No description
Find a file
2024-12-01 15:34:04 -08:00
.run Changing password name. 2024-10-03 16:19:36 -07:00
.vscode Encrypting two factor secret in the DB, adding env for secret used to encrypt, and creating/verifying totp codes. 2024-11-19 19:47:00 -08:00
e2e Adding paraglide for i18n support and dropdown to header. Formatting code based on a new SvelteKit Svelte5 app. 2024-11-14 16:48:21 -08:00
messages Adding paraglide for i18n support and dropdown to header. Formatting code based on a new SvelteKit Svelte5 app. 2024-11-14 16:48:21 -08:00
oldApis Formatting files, upgrading Drizzle, using snake case in Drizzle, update tables, fix unique ID with new Drizzle. 2024-11-06 09:49:18 -08:00
policies Update shadcn, add biomejs, and implementing profile pages. 2024-08-18 20:28:15 -07:00
project.inlang Adding paraglide for i18n support and dropdown to header. Formatting code based on a new SvelteKit Svelte5 app. 2024-11-14 16:48:21 -08:00
src Refactor to how v2 Tofustack works. 2024-12-01 15:34:04 -08:00
static Adding favicon, restrict signup for now, fix seed and migration, and do not set email to empty string on signup. 2024-03-02 15:53:02 -08:00
.editorconfig Add editorconfig for JetBrains products and remove some unused code. 2022-12-29 14:10:28 -08:00
.env.example Refactor to how v2 Tofustack works. 2024-12-01 15:34:04 -08:00
.gitignore Refactoring to match simplifying done on the origin TaroStack. 2024-09-01 12:22:00 -07:00
.node-version Removing get client address for now and using adapter node because vercel breaks. 2024-08-02 17:48:45 -07:00
.npmrc First commit 2022-01-27 21:27:12 -08:00
.nvmrc Adding totp enabled to session, restarting migrations, updating many Shadcn svelte components, and refactoring to move 2FA to its own page. 2024-06-08 15:09:21 -07:00
biome.json Encrypting two factor secret in the DB, adding env for secret used to encrypt, and creating/verifying totp codes. 2024-11-19 19:47:00 -08:00
components.json Fixing js/ts, removing dialog, updating card. 2024-10-03 14:47:59 -07:00
docker-compose.yaml Moving to TS tailwindcss, move to Sonner toast. 2024-10-02 16:01:38 -07:00
drizzle.config.ts Formatting files, upgrading Drizzle, using snake case in Drizzle, update tables, fix unique ID with new Drizzle. 2024-11-06 09:49:18 -08:00
LICENSE Adding license and starting google oauth. 2024-09-19 18:06:54 -07:00
package.json Refactor to how v2 Tofustack works. 2024-12-01 15:34:04 -08:00
playwright.config.ts Adding paraglide for i18n support and dropdown to header. Formatting code based on a new SvelteKit Svelte5 app. 2024-11-14 16:48:21 -08:00
pnpm-lock.yaml Refactor to how v2 Tofustack works. 2024-12-01 15:34:04 -08:00
postcss.config.cjs Adding paraglide for i18n support and dropdown to header. Formatting code based on a new SvelteKit Svelte5 app. 2024-11-14 16:48:21 -08:00
README.md chore: ⬆️ Upgrade dependencies and change readme 2022-07-05 17:15:37 -07:00
svelte.config.js Adding paraglide for i18n support and dropdown to header. Formatting code based on a new SvelteKit Svelte5 app. 2024-11-14 16:48:21 -08:00
tailwind.config.ts Adding paraglide for i18n support and dropdown to header. Formatting code based on a new SvelteKit Svelte5 app. 2024-11-14 16:48:21 -08:00
tsconfig.json Adding paraglide for i18n support and dropdown to header. Formatting code based on a new SvelteKit Svelte5 app. 2024-11-14 16:48:21 -08:00
vite.config.ts Adding paraglide for i18n support and dropdown to header. Formatting code based on a new SvelteKit Svelte5 app. 2024-11-14 16:48:21 -08: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.