This is the website for UWB ACM. It uses the following technologies:
- Next.js
- React
- TypeScript
- Tailwind CSS
- NodeJS
- Vercel
First, install all dependencies:
pnpm install .
Second, in the root directory, create a .env.local file. If you are part of the Hackathon planning team, ask the Digital Experience lead for the contents of that file to paste in.
Third, run the development server:
pnpm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
Before pushing your changes, please make sure to run the following command:
npx prettier --write .
Ensure that you are on your own branch and do not push to origin/main Also, please delete unused branches you are no longer using.
If you find that your local git environment has too many dead branches that are no longer on the remote repository, you can run the following command to remove them.
git remote prune origin
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.