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

https://github.com/somecho/p5cljs-template


https://github.com/somecho/p5cljs-template

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# P5.cljs

## Usage

To use this template, clone this repo and run the following commands. This
installs the required dependencies (including P5) and starts a server on
`localhost:3000`. Happy sketching!

```
npm install
npx shadow-cljs watch sketch
```