Skip to content

hisan92/hisan.me

Repository files navigation

hisan.me

Features

  • Nuxt.js
  • TailwindCSS
  • SASS

Running locally

First, clone the entire project

$ git clone https://github.com/hisan92/hisan.me.git

or

$ git clone [email protected]:hisan92/hisan.me.git

Build Setup

# 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

Issues

Feel free to create a new issue. If you already found a solution, please make a pull request.

License

This project is under the MIT license.

For detailed explanation on how things work, check out Nuxt.js docs.