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

https://github.com/fernandomema/browserplay

Web browser based game website
https://github.com/fernandomema/browserplay

browser-games svelte sveltekit tailwind website

Last synced: 3 months ago
JSON representation

Web browser based game website

Awesome Lists containing this project

README

          

# BrowserPlay
Simple website for browser based games

_Live Example: https://browser-play.vercel.app/_

## Set Up project

1. Setup project
```bash
git clone https://github.com/fernandomema/BrowserPlay.git
cd BrowserPlay
npm install
```
2. Setup database
Doc coming soon

## Developing

Once you've created a project and installed dependencies with `npm install`, start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

This uses the [Vercel Adapter](https://github.com/sveltejs/kit/tree/master/packages/adapter-vercel) for SvelteKit.

```bash
npm run build
```