init commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# noise fields
|
||||
|
||||
## Getting Started
|
||||
|
||||
Open `index.html` in your web browser and start editing `sketch.js`.
|
||||
|
||||
## Running Locally
|
||||
|
||||
For projects with media files, use a local server:
|
||||
|
||||
```bash
|
||||
# Using Python
|
||||
python -m http.server 8000
|
||||
|
||||
# Using Node.js
|
||||
npx http-server
|
||||
|
||||
# Using VS Code Live Server extension
|
||||
# Right-click index.html -> "Open with Live Server"
|
||||
```
|
||||
|
||||
## Resources
|
||||
|
||||
- [p5.js 2.0](https://beta.p5js.org/)
|
||||
- [p5.js Reference](https://p5js.org/reference/)
|
||||
Reference in New Issue
Block a user