hackmit 2025. not to be confused with the colmena, the nix deployment tool
Find a file
2025-09-16 18:14:15 -07:00
src fix: actual save locations 2025-09-14 12:52:11 -04:00
static feat: distorted map 2025-09-13 21:30:05 -04:00
.env.example feat: some agentic enhancements 2025-09-14 02:10:53 -04:00
.envrc initial commit 2025-09-13 20:38:41 -04:00
.gitignore initial commit 2025-09-13 20:38:41 -04:00
.npmrc initial commit 2025-09-13 20:38:41 -04:00
.prettierignore initial commit 2025-09-13 20:38:41 -04:00
.prettierrc initial commit 2025-09-13 20:38:41 -04:00
CLAUDE.md feat: some agentic enhancements 2025-09-14 02:10:53 -04:00
components.json initial commit 2025-09-13 20:38:41 -04:00
eslint.config.js initial commit 2025-09-13 20:38:41 -04:00
flake.lock initial commit 2025-09-13 20:38:41 -04:00
flake.nix initial commit 2025-09-13 20:38:41 -04:00
package.json feat: distorted map 2025-09-13 21:30:05 -04:00
pnpm-lock.yaml feat: distorted map 2025-09-13 21:30:05 -04:00
README.md docs(readme): add link to ocredence 2025-09-16 18:14:15 -07:00
svelte.config.js initial commit 2025-09-13 20:38:41 -04:00
tsconfig.json initial commit 2025-09-13 20:38:41 -04:00
vite.config.ts initial commit 2025-09-13 20:38:41 -04:00

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.