Skip to content

SRA-VJTI/sra-vjti.github.io

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, install all the dependencies:

npm install package.json
# or
yarn install

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Contributing

  1. Create a fork
  2. Make the changes
  3. Compile the project and check if it works as expected without breaking any other functionality.
  4. Create a PR on the contribute branch on the upstream repo.
  5. Don't forgot to put a description in the PR, Pull requests without a description would be closed and buried 10m deep in the earth xD
  6. Commits should be atomic, and descriptive message is a must.