lucasjs / lucasjs.github.io-old

:computer: My website
http://lucasjs.github.io
MIT License
0 stars 0 forks source link
front-end hexo js portfolio

lucasjs.github.io

My Website

Stack

Run the project locally

1 - Prepare the environment:

$ npm install -g gulp-cli

2 - Clone the project and install the dependencies:

$ git clone https://github.com/lucasjs/lucasjs.github.io
$ cd lucasjs.github.io
$ npm install

3 - Run static server and livereload:

$ gulp server

Folders

.
├── README.md
├── LICENSE.md
├── build/
├── src/
|   ├── img/
|   ├── js/
|   |   └── script.js
|   ├── styles/
|   |   └── style.styl
|   └── views
├── gulpfile.js
├── package.json
└── .gitignore