An open API service indexing awesome lists of open source software.

https://github.com/fernandomema/viral-games


https://github.com/fernandomema/viral-games

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

Tragos Locos - Party drinking game

project-image


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.