Skip to content

Commit

Permalink
Use vite for preview envs and development (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore authored Sep 21, 2024
1 parent 802a1de commit 32b725d
Show file tree
Hide file tree
Showing 24 changed files with 1,900 additions and 668 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ libs/
_ignore/
.DS_Store
.rpt2_cache
public/

docs/
dist/
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Contributing

Get the preview app running locally:

1. `npm install`
2. `npm run dev`
3. open http://localhost:5173

## Offscreen Renderer

1. open http://localhost:5173/offscreen-render.html
1 change: 0 additions & 1 deletion examples/font/minecraft.woff2

This file was deleted.

Loading

0 comments on commit 32b725d

Please sign in to comment.