An open API service indexing awesome lists of open source software.

https://github.com/ngekoding/personal-website

This is my new personal website, build with Pug, Sass and Gulp.
https://github.com/ngekoding/personal-website

gulp pug-template-engine sass

Last synced: 12 months ago
JSON representation

This is my new personal website, build with Pug, Sass and Gulp.

Awesome Lists containing this project

README

          

# Ngekoding.com
The new design for my personal website. Build with Pug, Sass and Gulp.

### Want to try this awesome website?
Before follow this instructions, please make sure you has installed NPM and Gulp CLI.
1. Clone/Download this repo to your local server
- XAMPP: path/to/xampp/htdocts
- E.g: `git clone https://github.com/ngekoding/personal-website`
2. Open CMD/Terminal and enter to `personal-website` directory
3. Run `npm install`
4. Run `gulp` (will opening your browser at http://localhost:3000)
5. Enjoy your day.

Happy coding!