https://github.com/dblock/p5art
A dip into digital art.
https://github.com/dblock/p5art
Last synced: about 1 year ago
JSON representation
A dip into digital art.
- Host: GitHub
- URL: https://github.com/dblock/p5art
- Owner: dblock
- License: mit
- Created: 2021-03-20T00:31:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T21:10:45.000Z (about 2 years ago)
- Last Synced: 2025-02-10T14:13:00.416Z (over 1 year ago)
- Language: HTML
- Size: 505 KB
- Stars: 1
- Watchers: 3
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## P5 NFTs
### Run
```
npm install
npm start
```
A local version will now be running on [localhost:3000](http://localhost:3000)
### Implementation Details
I used [this template](https://github.com/Gaweph/p5-typescript-starter) as a quick starter.