Skip to content

Team334/team334.github.io

Repository files navigation

Team Image
team334.github.io

Getting Started

Requirements:

Development

  1. Clone the repository: git clone https://github.com/team334/team334.github.io
  2. 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 ./out folder

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

  1. Enable Github Pages using Github Actions
  2. If the workflow, Deploy Next.js site to Pages doesn't run you can run it manually.

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!

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.