https://github.com/somecho/p5cljs-template
https://github.com/somecho/p5cljs-template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/somecho/p5cljs-template
- Owner: somecho
- Created: 2022-12-19T19:22:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T09:14:25.000Z (over 2 years ago)
- Last Synced: 2025-03-26T03:29:32.031Z (about 1 year ago)
- Language: Clojure
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```