Skip to content

hackclub/stickers

Repository files navigation

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