An open API service indexing awesome lists of open source software.

https://github.com/yogthos/squint-jotai-example


https://github.com/yogthos/squint-jotai-example

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Game-of-life example

- Install dependencies:

npm install

- Run `npx squint watch` to start compiling `.cljs` -> `.js`
- Run `npx vite --config=vite.config.mjs public` to start a webserver and to hot-reload your project!
- Run `npx run dev` to start both

## Production

To build your production website:

npx vite build