mirror of
https://github.com/System-End/stickers.git
synced 2026-04-19 19:45:14 +00:00
better readme
Added features list and instructions for running the project.
This commit is contained in:
parent
370197faff
commit
f173c98233
1 changed files with 16 additions and 3 deletions
19
README.md
19
README.md
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue