No description
Find a file
Bradley Shellnut 4b0cb46394
Merge pull request #30 from BradNut/development
Fixing plausible URL.
2024-10-03 21:59:16 +00:00
.vscode Adding newer oslo dependencies and argon2 in regular dependencies. 2024-09-23 09:50:01 -07:00
oldApis Refactor hono again. 2024-09-04 16:04:41 -07:00
policies Update shadcn, add biomejs, and implementing profile pages. 2024-08-18 20:28:15 -07:00
src Fixing plausible URL. 2024-10-03 14:58:47 -07: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
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
.env.example Fixing plausible URL. 2024-10-03 14:58:47 -07:00
.eslintignore refactor: 🎨 Update to latest Svelte Kit and update for using Vite 2022-07-07 12:30:14 -07:00
.eslintrc.cjs Creating specific id collection and wishlist pages as well as name to both. 2024-04-16 18:38:43 -07: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
.prettierignore refactor: 🎨 Update to latest Svelte Kit and update for using Vite 2022-07-07 12:30:14 -07:00
.prettierrc Adding docker-compose for future use, using Card on all auth pages, adding start of reset password. 2024-07-16 14:54:32 -07:00
biome.json Fixing loading the wishlist and collection on the main landing page and getting your wishlist by id. 2024-08-22 19:26:22 -07:00
Caddyfile Fixing build but node version 22 is needed and pre-render fails. 2024-08-01 16:46:29 -07: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 Fix merge conflict on drizzle config. 2024-09-29 16:13:08 -07:00
LICENSE Adding license and starting google oauth. 2024-09-19 18:06:54 -07:00
package.json Adding plausible analytics for testing. 2024-10-03 13:30:23 -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 Fixing js/ts, removing dialog, updating card. 2024-10-03 14:47:59 -07:00
postcss.config.cjs Manipulating logo on auth screen for different sizes. 2023-11-12 22:04:44 -08:00
README.md chore: ⬆️ Upgrade dependencies and change readme 2022-07-05 17:15:37 -07:00
svelte.config.js Change to adapter node 2024-09-27 17:45:26 -07:00
tailwind.config.js Fixing js/ts, removing dialog, updating card. 2024-10-03 14:47:59 -07:00
tsconfig.json Copying over tables, migrations, seeds, etc. Creating DTOs for future use. 2024-07-24 17:39:03 -07:00
vite.config.ts Fixing iam service tests and formatting other code. 2024-09-13 12:11:41 -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.