hackmit 2025. not to be confused with the colmena, the nix deployment tool
src | ||
static | ||
.env.example | ||
.envrc | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
CLAUDE.md | ||
components.json | ||
eslint.config.js | ||
flake.lock | ||
flake.nix | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
svelte.config.js | ||
tsconfig.json | ||
vite.config.ts |
colmena maps
very awesome project at hackmit 2025. you need openai, cerebras, and google
maps street view api keys, create a .env
file with the specified format in
.env.example
.
haskell components out-of-tree at functor.systems/ocredence.
Developing
Once you've installed dependencies with pnpm install
, start a development server:
pnpm run dev
# or start the server and open the app in a new browser tab
pnpm run dev -- --open
Building
To create a production version of your app:
pnpm run build
You can preview the production build with pnpm run preview
.
To deploy the app, you may need to install an adapter for your target environment.