Skip to content

Commit

Permalink
added bun
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostOf0days committed Mar 16, 2024
1 parent 905fe18 commit 4cbde36
Show file tree
Hide file tree
Showing 141 changed files with 9,146 additions and 17,531 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/node_modules
/.pnp
.pnp.js
package-lock.json

# testing
/coverage
Expand Down
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,36 @@
# TartanHacks Registration Site

This is the frontend website for the TartanHacks Registration System.

## Backend Configuration

1. [Deploy the backend](https://github.com/ScottyLabs/tartanhacks-backend/blob/master/README.md).

2. In `next.config.js`, set the links to the `local`, `development`, `staging`, and `production` backends.


## Getting Started
1. Install the dependencies with
```
npm install
```

2. Then, run the development server:
Install the dependencies and run the server via [Bun](https://bun.sh):

```
npm run dev
bun install
bun run build
bun start
```

After running these commands, you will see the changes on [http://localhost:3000](http://localhost:3000/)

## Contributing

Claim an [issue](https://github.com/ScottyLabs/tartanhacks-registration/issues) by assigning it to yourself. Then, create a branch for the issue you're working on. Follow the `<feature>` naming convention for your branch.

e.g. `Add-Prettier-Support`

## Merging your PR

After you finish working on your feature, create a new [PR](https://github.com/ScottyLabs/tartanhacks-registration/pulls) and request someone to review it.


The website can then be accessed at [http://localhost:3000](http://localhost:3000)

## Styling
Expand Down
Binary file added bun.lockb
Binary file not shown.
Loading

0 comments on commit 4cbde36

Please sign in to comment.