Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coffee-cup/experiments
p5.js experiements
https://github.com/coffee-cup/experiments
p5js
Last synced: about 2 months ago
JSON representation
p5.js experiements
- Host: GitHub
- URL: https://github.com/coffee-cup/experiments
- Owner: coffee-cup
- License: mit
- Created: 2017-06-12T07:32:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T01:30:30.000Z (about 2 years ago)
- Last Synced: 2024-04-09T11:26:04.376Z (9 months ago)
- Topics: p5js
- Language: JavaScript
- Homepage: https://e.jakerunzer.com
- Size: 2.04 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# e.
This is the code for my experiments site. The website is self is made with [Elm](http://elm-lang.org/). The experiments with [p5js](https://p5js.org/).
## Development ✨
1. Clone repo
2. `yarn install`
3. `npm run dev` for live reload server at [localhost:8080](http://localhost:8080)
4. `npm run build` for production ready static site### Source 👼
- Elm in `src/`
- Experiments in `src/scripts`
- SCSS in `src/scss`
- Public files in `public/`