Git Product home page Git Product logo

bat's Introduction

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


Live Demo

English | Franรงais



๐Ÿš€ Deploy

Features

Try it now!

Clone to local

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 !

GitHub Template

Create a repo from this template

Checklist

  • 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

Usage

Development

Simply run and open localhost:3000

pnpm dev --open

Build

Building uses vite and solid-start

pnpm build

Start

Host a server to ping your build preview (requires build)

pnpm start

Update dependencies

Try and find new minors, majors and bugfixes with taze

pnpm deps

Lint your project

There is a very stripped-down eslint, which you can use

pnpm lint

Run through Docker -- does not work on Mac M1+ chips

First build your app

 docker build . -t bat:latest

Then mount it using docker run

 docker run -it --init -p 3000:3000 bat:latest

Build native apps

This project uses Tauri ๐Ÿฆ€ to build native apps.

Dev

pnpm tauri dev

Build

pnpm tauri build

Acknoledgements

This repo is inspired by ๐Ÿ• antfu/vitesse

bat's People

Contributors

renovate[bot] avatar olgam4 avatar renovate-bot avatar vexcited avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.