Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 2.46 KB

README.md

File metadata and controls

58 lines (41 loc) · 2.46 KB

rps-frontend ci badge

Overenginnered rock paper scissors site.

Tech rundown

Developing

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

Building

To create a production version of your app:

pnpm run build

You can preview the production build with pnpm run preview.

License


    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/>.