Skip to content

nominori-dev/nomi-web

Repository files navigation

nomi-web

Powered by bdv.pw

This is my personal website to practice React.JS and Next.JS skills.

Run Locally

Clone the project

  git clone https://github.com/nominori-dev/nomi-web

Go to the project directory

  cd nomi-web

Install dependencies

  npm install

Start the development server

  npm run dev

Deployment

Before running production Next.JS server you need to build project.

I'm personally recommend to use yarn package manager.

  • Install dependencies
    yarn install
  • Build project
    yarn run build
  • Run Next.JS Server
    yarn run start

⚠️: This project does not support next export feature.

Authors

License

MIT