Clone repo:
git clone https://github.com/chipcop106/ElearningNextJs.git
cd ElearningNextJsInstall the dependencies:
yarn installor
npm installStart a live-reload development server:
yarn devor
npm run devGenerate a production build:
yarn buildor
npm run buildGenerate a static file:
yarn exportor
npm run export