A DSC VIT Bhopal website built with Next.js! PRs welcome.
1. Node.js 10.13 or later
2. MacOS, Windows (including WSL), and Linux are supported
3. Yarn
First, you need to install all dependecies:
yarn install
then, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
Your changes will get reflected as you edit.
You can view project structure in layout.md file.
To update project strucutre use npx create-layout
in root directory. For more options visit create-layout.
dev
- Runs next dev which starts Next.js in development mode.
build
- Runs next build which builds the application for production usage.
start
- Runs next start which starts a Next.js production server.
export
- Uses next for static site generation.
deploy
- Uses build
along with export
, and deploys it to gh-pages.
If you are looking forward to contributing:
git checkout -b new_branch_name
Make your changes to new branch and then, push it to your forked repository.
And you are ready to make pull request.
Need help? Feel free to contact Smit Barmase