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
- Host: GitHub
- URL: https://github.com/fernandomema/browserplay
- Owner: fernandomema
- Created: 2021-12-04T16:16:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T17:11:38.000Z (over 4 years ago)
- Last Synced: 2025-03-25T13:12:47.434Z (over 1 year ago)
- Topics: browser-games, svelte, sveltekit, tailwind, website
- Language: Svelte
- Homepage: https://browser-play.vercel.app
- Size: 357 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```