better readme

Added features list and instructions for running the project.
This commit is contained in:
Euan R 2025-12-12 13:46:40 -05:00 committed by GitHub
parent 370197faff
commit f173c98233
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,17 @@
everything stickers by Nora and Euan
Ruby with Grape + Svelte
everything stickers by Nora and Euan.
Features:
-trade stickers
-see an archive of existing stickers
-vote for sticker designs
-use as an api for sticker designs
Frontend in svelte, backend in Ruby with Grape.
To run:
- copy .env.example and make a real .env file with appropriate keys/tokens
- npm install
- npm run dev
- cd backend
- bundle exec rackup config.ru -p 9292
npm run dev