because our first commits never have parents
I bet your parents taught you that you mean something, that you're here for a reason. My parents taught me a different lesson, dying in the gutter for no reason at all... They taught me the world only makes sense if you force it to.
-- batman
English | Français
-
🌎 i18n ready
-
🧽 eslint
-
📱 PWA
-
🖨 SSR
-
🦕 Deno Edge Functions with Simple GitHub Secrets
-
🦀 Tauri for Native Development
-
Use solid-query
npx degit olgam4/bat my-bat-mobile
cd my-bat-mobile
pnpm i # If you are not already an avid pnpm-er, I really do suggest you give it a try !Create a repo from this template
- Change the author name in
LICENSE - Change the favicon in
public - Remove the
.FUNDING.yml - Add deno project name and token to Secrets
- Clean up the READMEs and remove routes
Simply run and open localhost:3000
pnpm dev --openBuilding uses vite and solid-start
pnpm buildHost a server to ping your build preview (requires build)
pnpm startTry and find new minors, majors and bugfixes with taze
pnpm depsThere is a very stripped-down eslint, which you can use
pnpm lintFirst build your app
docker build . -t bat:latestThen mount it using docker run
docker run -it --init -p 3000:3000 bat:latestThis project uses Tauri 🦀 to build native apps.
pnpm tauri devpnpm tauri buildThis repo is inspired by 🏕 antfu/vitesse
