No description
Find a file
2023-09-18 21:42:09 +12:00
.vscode Adding privacy and terms pages, adding svelte meta tags package, and adding defaults for meta tags. 2023-09-13 17:08:54 -07:00
prisma Chagne year to db year. 2023-08-19 18:10:34 -07:00
src Fix loading shown on login, add base enhance to logout and show loading UI with toast on success. 2023-09-18 21:42:09 +12:00
static Reference image from static assets. 2023-09-13 21:06:22 -07:00
tests Update zod validation, update tests a bit, and checking type with zod in add to collection and wishlist. 2022-12-06 23:00:48 -08:00
.editorconfig Add editorconfig for JetBrains products and remove some unused code. 2022-12-29 14:10:28 -08:00
.eslintignore refactor: 🎨 Update to latest Svelte Kit and update for using Vite 2022-07-07 12:30:14 -07:00
.eslintrc.cjs Add open-props dependency, update deps, add page transition via url and styles. 2023-05-05 15:53:35 -07:00
.gitignore Moving search to do a GET with q search param. 2022-12-25 10:52:36 -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 Moving search to do a GET with q search param. 2022-12-25 10:52:36 -08:00
components.json Reverting auth refactor. 2023-09-11 17:31:15 -07:00
package.json Adding start of dynamic og image. 2023-09-13 18:43:22 -07:00
playwright.config.ts Adding shadcn-svelte, updating to tailwind, using tailwind in postcss, removing headless-ui references, comment out custom css, and adding UI comonents to signup / signing. 2023-06-30 15:08:45 -07:00
pnpm-lock.yaml Adding start of dynamic og image. 2023-09-13 18:43:22 -07:00
postcss.config.cjs Updating shadcn files, moving routes around. 2023-09-08 16:30:32 -07:00
README.md chore: ⬆️ Upgrade dependencies and change readme 2022-07-05 17:15:37 -07:00
svelte.config.js Updating dependencies, fixing search, fixing wishlist add and remove, fixing game page, not showing buttons on list of games, and adding helper components. 2023-08-13 22:12:02 -07:00
tailwind.config.js Updating to the newest melt-ui and shadcn-svelte. Move util to utils. Change theme to purple. Start using newer Shadcn components. 2023-08-20 22:54:04 -07: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 Adding start of dynamic og image. 2023-09-13 18:43:22 -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.