Requirements:
Node.js
- Code Editor: Visual Studio Code, Webstorm, etc
- Clone the repository:
git clone https://github.com/team334/team334.github.io
- Run the website in development:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
npm run build
# or
yarn build
# or
pnpm build
# or
bun build
Once it finishes building you can see output at
./out
folder
First of all, thank you for taking your time to look over the code and trying making this code better. You can start by making a fork and opening a PR.
- Enable Github Pages using Github Actions
- If the workflow,
Deploy Next.js site to Pages
doesn't run you can run it manually.
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.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.