https://github.com/fernandomema/viral-games
https://github.com/fernandomema/viral-games
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fernandomema/viral-games
- Owner: fernandomema
- Created: 2026-04-07T18:48:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-18T17:10:11.000Z (3 months ago)
- Last Synced: 2026-04-18T18:19:03.508Z (3 months ago)
- Language: Svelte
- Size: 207 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
Tragos Locos - Party drinking game

description WIP
📸 Screenshots
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```sh
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Building
To create a production version of your app:
```sh
npm run build
```
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.