Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.11 KB

README.md

File metadata and controls

60 lines (41 loc) · 1.11 KB

Nitro - Next.js, Material UI, Auth0 and Typescript

GitHub stars GitHub issues Beerpay

NMST

  • PR's are very welcome

  • Please add .env to .gitignore before adding any secrets

Links

Auth

NPM

Install and Run Dev Server

git clone https://github.com/williamluke4/nitro.git
cd nitro

npm install
npm run dev

Production Build and Start

  npm run build
  npm run start

Yarn

Install and Run Dev Server

git clone https://github.com/williamluke4/nitro.git
cd nitro

yarn
yarn dev

Production Build and Start

yarn build
yarn start