mirror of
https://github.com/System-End/stickers.git
synced 2026-04-19 18:35:15 +00:00
No description
| app | ||
| backend | ||
| src | ||
| static | ||
| .dockerignore | ||
| .gitignore | ||
| .npmrc | ||
| docker-compose.yml | ||
| Dockerfile | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
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