Skip to content

Commit 3ba3fa4

Browse files
Update README.md
1 parent 6807225 commit 3ba3fa4

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# UWB Hacks 2025 Website
22

3-
This is the website for UWB Hacks 2025. It uses (or will use) the following technologies:
3+
https://uwbhacks.com
4+
5+
This is the website for UWB Hacks 2025. It uses the following technologies:
46

57
- Next.js
68
- React
@@ -13,8 +15,6 @@ This is the website for UWB Hacks 2025. It uses (or will use) the following tech
1315

1416
---
1517

16-
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
17-
1818
## Getting Started
1919

2020
First, install all dependencies:
@@ -23,7 +23,7 @@ First, install all dependencies:
2323
pnpm install .
2424
```
2525

26-
Second, in the root directory, create a .env.local file. Ask Simon for the contents of that file to paste in.
26+
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.
2727

2828
Third, run the development server:
2929

@@ -35,8 +35,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
3535

3636
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
3737

38-
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
39-
4038
## Keeping consistent formatting with prettier
4139

4240
Before pushing your changes, please make sure to run the following command:
@@ -55,16 +53,6 @@ If you find that your local git environment has too many dead branches that are
5553
```bash
5654
git remote prune origin
5755
```
58-
59-
## Learn More
60-
61-
To learn more about Next.js, take a look at the following resources:
62-
63-
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
64-
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
65-
66-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
67-
6856
## Deploy on Vercel
6957

7058
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

0 commit comments

Comments
 (0)