A changelog site for Deadlock
- SvelteKit
- Tailwind CSS
- TypeScript
- Drizzle ORM
- SQLite (
@libsql/client) - Cloudflare D1 (
drizzle-orm/d1)
- SQLite (
- Playwright
- NX
- Deadlock API
This is an NX monorepo with the following structure:
apps/
web/ # SvelteKit app
libs/
scraper/ # Scraper & database builder
meta/ # Meta preview image generation library
# Enable direnv
direnv allow
# Install dependencies
npm install
# Run local dev server
nx dev web
# Format
nix fmt
# Check
nx check