Overenginnered rock paper scissors site.
- Scripting: TypeScript
- Component library: Svelte
- Meta framework: SvelteKit
- CSS: Tailwind
- CSS components: shadcn
- Deployment, hosting: Cloudflare Pages
- Testing: Playwright
- CI: Github Actions
This project is built with pnpm.
We use Conventional Commits for commit formatting, please review it briefly before committing.
Once you've created a project and installed dependencies with pnpm install
, start a development server:
pnpm run dev
# or start the server and open the app in a new browser tab
pnpm run dev -- --open
To create a production version of your app:
pnpm run build
You can preview the production build with pnpm run preview
.
rps-frontend - Rock Paper Scissors
Copyright (C) 2024 SunStorm
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.