Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/`