No description
Find a file
2022-07-11 17:07:03 -07:00
.vscode Format with built in prettier format rules. 2022-07-07 12:32:55 -07:00
src Removing unused selectors. 2022-07-11 17:07:03 -07: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 First commit 2022-01-27 21:27:12 -08: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 Format with built in prettier format rules. 2022-07-07 12:32:55 -07:00
package-lock.json More testing with other's themes. 2022-06-08 17:47:34 -07:00
package.json Adding transition component and adding to layout for page transitions. 2022-07-07 16:45:44 -07:00
playwright.config.ts Format with built in prettier format rules. 2022-07-07 12:32:55 -07:00
pnpm-lock.yaml Adding transition component and adding to layout for page transitions. 2022-07-07 16:45:44 -07:00
README.md chore: ⬆️ Upgrade dependencies and change readme 2022-07-05 17:15:37 -07:00
svelte.config.js Remove vercel adapter since not using any vercel specific things. 2022-07-07 15:56:15 -07:00
tsconfig.json Format with built in prettier format rules. 2022-07-07 12:32:55 -07:00
vite.config.js Format with built in prettier format rules. 2022-07-07 12:32:55 -07: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.