Skip to content

SuppliedOrange/bitmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1 billion checkboxes

https://bitmap.alula.me/

Dev setup

Client:

cd client
cp .env.example .env
pnpm install
pnpm dev

Server:

cd server
cp config.example.toml config.toml
cargo run

Release build

Client:

cd client
pnpm build
# Static site is in `dist/client` directory

Server:

cd server
cargo build --release
# Compiled binary is `target/release/checkboxes-server`

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 45.7%
  • Rust 39.4%
  • CSS 13.5%
  • JavaScript 1.4%