- Nuxt.js
- TailwindCSS
- SASS
First, clone the entire project
$ git clone https://github.com/hisan92/hisan.me.git
or
$ git clone [email protected]:hisan92/hisan.me.git
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
Generated static content will be in default ./dist
folder
Feel free to create a new issue. If you already found a solution, please make a pull request.
This project is under the MIT license.
For detailed explanation on how things work, check out Nuxt.js docs.