Getting Started
Requirements:
Node.js- Code Editor: Visual Studio Code, Webstorm, etc
Development
- 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
Building
npm run build # or yarn build # or pnpm build # or bun build
Once it finishes building you can see output at
./outfolder
Contributing
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.
Deploying with Github Actions
- Enable Github Pages using Github Actions
- If the workflow,
Deploy Next.js site to Pagesdoesn't run you can run it manually.
Learn More
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!
Deploy on Vercel
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.
