No description
Find a file
2022-12-04 22:41:08 -08:00
.vscode Format prettier and type checking. 2022-07-27 17:05:54 -07:00
src Remove json schema for now. 2022-12-04 22:37:49 -08:00
static Add favicon and bored game icon. 2022-07-07 15:17:05 -07:00
tests Format with built in prettier format rules. 2022-07-07 12:32:55 -07:00
.eslintignore refactor: 🎨 Update to latest Svelte Kit and update for using Vite 2022-07-07 12:30:14 -07:00
.eslintrc.cjs Format with built in prettier format rules. 2022-07-07 12:32:55 -07:00
.gitignore Creating Button and Link with Icon components, formatting error on advanced search, and adding more to the local storage saved Game. 2022-11-01 22:10:02 -05:00
.npmrc First commit 2022-01-27 21:27:12 -08:00
.prettierignore refactor: 🎨 Update to latest Svelte Kit and update for using Vite 2022-07-07 12:30:14 -07:00
.prettierrc Update dependencies and update config files to be up to date with newer SvelteKit docs. 2022-09-29 17:21:48 -05:00
environmentVariables.js Adding postcss and fixing issues with that. 2022-12-01 10:29:24 -08:00
package.json Resolve 2022-12-01 11:53:56 -08:00
playwright.config.ts Update dependencies and update config files to be up to date with newer SvelteKit docs. 2022-09-29 17:21:48 -05:00
pnpm-lock.yaml Install zod json schema. 2022-12-04 22:20:36 -08:00
postcss.config.cjs Adding postcss and fixing issues with that. 2022-12-01 10:29:24 -08:00
README.md chore: ⬆️ Upgrade dependencies and change readme 2022-07-05 17:15:37 -07:00
svelte.config.js Adding postcss and fixing issues with that. 2022-12-01 10:29:24 -08:00
tsconfig.json Update dependencies and update config files to be up to date with newer SvelteKit docs. 2022-09-29 17:21:48 -05:00
vite.config.ts Update dependencies and update config files to be up to date with newer SvelteKit docs. 2022-09-29 17:21:48 -05:00

Bored Game

Feeling bored?

How about a board game?

Use this app to search for a board game to play because you are bored apparently.

Developing

Once you've checked out the project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

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

Building

Building for production?

Great! Run:

npm run build

You can preview the built app with npm run preview. This should not be used to serve your app in production.