https://github.com/prokil/talkarena
https://github.com/prokil/talkarena
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/prokil/talkarena
- Owner: ProKil
- License: apache-2.0
- Created: 2024-12-03T20:24:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T22:06:09.000Z (over 1 year ago)
- Last Synced: 2025-03-07T23:18:42.939Z (over 1 year ago)
- Language: TypeScript
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Talk Arena Website
## To build the website locally
1. Install `bun`
2. Run the following commands:
```bash
bun i
bun run dev
```