A Next.js Application For An Educational Website
- Visit The Website From Here DCS
As it is a React app, you must run a few commands first to have the app run properly, so after cloning the repository and cd to the folder just type the following commands
- Install missing modules using Yarn
yarn
- Run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation
- learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.