Skip to content

BadIdeaFactory/bizaarf

Repository files navigation

bizaarf

A showcase of ideas and projects in various stages from the Bad Idea Factory community.

This is a static Svelte app built with Vite and deployed to GitHub Pages. It uses Neon (Neon Auth + the Neon Data API) for accounts, login, and user management — see docs/.

Getting started

Requires Node 24.

npm install      # install dependencies
cp .env.example .env   # then fill in your Neon URLs
npm run dev      # start the dev server at http://localhost:5173

Common commands

npm run build    # type-check and produce a production build in dist/
npm run preview  # preview the production build locally
npm test         # run the unit tests
npm run lint     # lint and check formatting
npm run format   # auto-fix lint and formatting issues

Contributing

See AGENTS.md for the project layout, conventions, and tooling details. CI runs npm run lint, npm test, and npm run build on every pull request — run those locally before pushing.

License

AGPL-3.0

About

A showcase of ideas and projects in various stages from the BIF community.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors