Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 366 Bytes

File metadata and controls

23 lines (14 loc) · 366 Bytes

EduTools

A minimal site with a bunch of educational tools (and not games trust me bro)

Developing

Once you've created a project and installed dependencies with bun install, start a development server:

bun run dev

Building

To create a production version of your app:

bun run build

Contributing

Just fork and open a pr :)