Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T14:42:10.000Z (6 months ago)
- Last Synced: 2024-07-31T18:13:39.685Z (6 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
![CRBT Website](/.assets/readme-banner.png)
# Website
[![Netlify status](https://api.netlify.com/api/v1/badges/89d0a765-1a3c-460c-aed1-8638426e7e54/deploy-status)](https://app.netlify.com/sites/crbt/deploys)
[![Discord](https://img.shields.io/discord/995533040040292373?color=F27187&label=discord&logo=discord&logoColor=white)](https://discord.gg/AvwhNtsgAC)
![License](https://img.shields.io/github/license/CRBT-Team/Website?color=F27187)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/CRBT-Team/Website?color=F27187)
[![Issues](https://img.shields.io/github/issues/CRBT-Team/Website)](https://github.com/CRBT-Team/Website/issues)
[![Pull requests](https://img.shields.io/github/issues-pr/CRBT-Team/Website)](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.