No description
Find a file
2025-12-13 17:46:44 -05:00
app feat: landing page first draft 2025-12-06 01:13:42 -05:00
backend UNDO ME 2025-12-12 21:34:14 -05:00
src rephrase "get sticky" 2025-12-13 17:46:44 -05:00
static feat: project structure 2025-12-05 18:49:31 -05:00
.dockerignore update dockercompose 2025-12-12 20:28:31 -05:00
.gitignore feat: load stickers from Airtable 2025-12-07 20:14:10 -05:00
.npmrc feat: project structure 2025-12-05 18:49:31 -05:00
docker-compose.yml update dockercompose 2025-12-12 20:28:31 -05:00
Dockerfile update dockercompose 2025-12-12 20:28:31 -05:00
package-lock.json ready to deploy 2025-12-12 13:16:17 -05:00
package.json ready to deploy 2025-12-12 13:16:17 -05:00
README.md better readme 2025-12-12 13:46:40 -05:00
svelte.config.js ready to deploy 2025-12-12 13:16:17 -05:00
tsconfig.json feat: project structure 2025-12-05 18:49:31 -05:00
vite.config.ts auth guard 2025-12-10 10:41:08 -05:00

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