You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# UWB Hacks 2025 Website
2
2
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:
4
6
5
7
- Next.js
6
8
- React
@@ -13,8 +15,6 @@ This is the website for UWB Hacks 2025. It uses (or will use) the following tech
13
15
14
16
---
15
17
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
-
18
18
## Getting Started
19
19
20
20
First, install all dependencies:
@@ -23,7 +23,7 @@ First, install all dependencies:
23
23
pnpm install .
24
24
```
25
25
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.
27
27
28
28
Third, run the development server:
29
29
@@ -35,8 +35,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
35
35
36
36
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
37
37
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
-
40
38
## Keeping consistent formatting with prettier
41
39
42
40
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
55
53
```bash
56
54
git remote prune origin
57
55
```
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
-
68
56
## Deploy on Vercel
69
57
70
58
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