https://github.com/crbt-team/website
The website for the CRBT app.
https://github.com/crbt-team/website
discord discord-bot landing-page svelte typescript
Last synced: about 1 month ago
JSON representation
The website for the CRBT app.
- Host: GitHub
- URL: https://github.com/crbt-team/website
- Owner: CRBT-Team
- License: gpl-3.0
- Created: 2021-05-15T16:54:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T14:42:10.000Z (10 months ago)
- Last Synced: 2025-04-26T11:55:19.985Z (about 2 months ago)
- Topics: discord, discord-bot, landing-page, svelte, typescript
- Language: Svelte
- Homepage: https://crbt.app
- Size: 35.7 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Website
[](https://app.netlify.com/sites/crbt/deploys)
[](https://discord.gg/AvwhNtsgAC)


[](https://github.com/CRBT-Team/Website/issues)
[](https://github.com/CRBT-Team/Website/pulls)The code for the CRBT app website, deployed at **[crbt.app](https://crbt.app)**.
### Tech stack
- [SvelteKit](https://kit.svelte.dev) for the back-end
- [Svelte](https://svelte.dev) for the front-end (obviously)
- [SCSS](https://sass-lang.com) for styling
- [Supabase](https://supabase.com) for the database
- [Prisma](https://prisma.io) for interacting with the database### Installation
1. Clone with `git clone https://github.com/CRBT-Team/Website`
2. Install dependencies with `yarn`
3. Run `yarn dev` to serve it locally
4. Run `yarn build` to build for production### Credits
- [paperdave](https://github.com/paperdave) for coding the original website.