Added credits and collaborators

This commit is contained in:
Xinrui Chen 2022-07-10 19:12:54 -07:00
parent 31d93f2cef
commit b061fb9c97
2 changed files with 7 additions and 20 deletions

4
CONTRIBUTERS.md Normal file
View File

@ -0,0 +1,4 @@
## Collaborators
- [Xinrui Chen](github.com/xynree)
- [Zane Schaffer](github.com/zschaffer)

View File

@ -1,24 +1,7 @@
# Rating Room
## Developing
## About
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
This project is a collaborative effort to catalogue and rate everything in existence.
Written in `Svelte` with `TailwindCSS` and `Sanity`.
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Building
To create a production version of your app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.