https://github.com/vikrantnegi/vikrantnegi-blog
My Personal website
https://github.com/vikrantnegi/vikrantnegi-blog
open-source personal-website
Last synced: 7 months ago
JSON representation
My Personal website
- Host: GitHub
- URL: https://github.com/vikrantnegi/vikrantnegi-blog
- Owner: vikrantnegi
- Created: 2019-02-23T13:05:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T14:16:47.000Z (over 3 years ago)
- Last Synced: 2025-04-08T12:19:37.715Z (over 1 year ago)
- Topics: open-source, personal-website
- Language: SCSS
- Homepage: https://vikrantnegi.com/
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Website
### Prerequisites
* node
* npm
* gulp
## Quick Start:
```shell
# Browse to project folder
cd /path/to/project/this/folder
# Install browserSync and other dependencies
npm install
# Start server
gulp watch
# Start server and also minify the created CSS files
gulp min or npm run min (if no global gulp)
#if you don't want to or have gulp installed globally run
npm start
```
### Additional commands
To minify existing CSS files run `gulp minify-css` or `npm run minify-css` if you don't have gulp globally installed.
### Quick Links
* [gulp](http://gulpjs.com)
* [BrowserSync](http://www.browsersync.io)
* [node-js](https://nodejs.org/en/)