This is the frontend website for the TartanHacks Registration System.
-
In
next.config.js
, set the links to thelocal
,development
,staging
, andproduction
backends.
- Install the dependencies with
npm install
- Then, run the development server:
npm run dev
The website can then be accessed at http://localhost:3000
Global styling rules are specified in styles/globals.css
.
The color palette, font, and screen width breakpoints are specified in themes/theme.ts
.
The styling of elements such as buttons, icons, backgrounds etc. is specified by the useStyle
variable in the corresponding file in src/components/design
.
Page-specific styling is specified by useStyle
in the file pages/{page_path}
.