mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-24 01:56:42 +02:00
feat: add new projects bauntown, presi, voxel-lava, whopixels
- apps/bauntown: Developer community website (Astro landing) - apps/presi: Presentation project - games/voxel-lava: Voxel lava game (SvelteKit) - games/whopixels: Whopixels game 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
d35ba768cf
commit
5b1e12e5d6
407 changed files with 46356 additions and 0 deletions
12
apps/bauntown/package.json
Normal file
12
apps/bauntown/package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "bauntown",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "BaunTown - Community website for developers and creators",
|
||||
"scripts": {
|
||||
"dev": "turbo run dev",
|
||||
"dev:landing": "pnpm --filter @bauntown/landing dev",
|
||||
"build": "turbo run build",
|
||||
"type-check": "turbo run type-check"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue