Clone repo:
git clone https://github.com/chipcop106/ElearningNextJs.git
cd ElearningNextJs
Install the dependencies:
yarn install
or
npm install
Start a live-reload development server:
yarn dev
or
npm run dev
Generate a production build:
yarn build
or
npm run build
Generate a static file:
yarn export
or
npm run export