Skip to content

Saabbir/saabbir.github.io

Repository files navigation

My personal website using nuxtjs

screenshot

Demo can be seen in here - https://saabbir.github.io/

Getting started

Clone this repo:

git clone https://github.com/Saabbir/saabbir.github.io.git

The project is based on Node.js. To install the necessary packages, run the following command from the root of the project:

npm install

After installation

  • Run npm run dev from root folder to serve with hot reload at localhost:3000
npm run dev

Build setup

# build for production
$ npm run build

# generate static project
$ npm run generate

# preview generated static site
$ npm run start

# deploy to github pages at `gh-pages` branch from command line
$ npm run deploy

References