Skip to content

Commit

Permalink
docs: local development directions
Browse files Browse the repository at this point in the history
  • Loading branch information
FireIsGood committed Dec 17, 2024
1 parent 7afb3f5 commit efc2ea0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

My random WebGL setup to test shaders. Not sure why you're here, but cool!

## Installation
## Local Development

Clone this repo and run your favorite HTTP server in the root directory.

Here's what I use:

```bash
npx http-server ./ --ext html --cors
```

## Contributing

Huh? Why?
Expand Down

0 comments on commit efc2ea0

Please sign in to comment.