Skip to content

Commit

Permalink
reorganize web and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Sep 10, 2023
1 parent 4aa095f commit 888f212
Show file tree
Hide file tree
Showing 17 changed files with 709 additions and 865 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ desktop:
cd examples/desktop && cargo run

web-build-dev:
cd docs && make build-dev
cd web && npm run build-dev

web-publish:
cd docs && make publish
cd web && npm run publish

web-build:
cd docs && make build
cd web && npm run build

web:
cd docs && make local
cd web && npm run local
298 changes: 1 addition & 297 deletions docs/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
1 change: 0 additions & 1 deletion docs/gameboy/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions docs/gameboy/index.js

This file was deleted.

Loading

0 comments on commit 888f212

Please sign in to comment.