Skip to content

Commit

Permalink
Upgrade dependencies, change get_tile API to use complex plane coordi…
Browse files Browse the repository at this point in the history
…nates, add tests
  • Loading branch information
rosslh committed Feb 2, 2024
1 parent 15aba74 commit 3ff75ed
Show file tree
Hide file tree
Showing 30 changed files with 5,075 additions and 5,768 deletions.
201 changes: 0 additions & 201 deletions LICENSE-APACHE

This file was deleted.

12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@
## Local development

- Build scripts are available in [<code>client/package.json</code>](client/package.json). You can use the following commands from within `client/`:
- `npm install` -- Install npm dependencies
- `npm run start` -- Serve the project locally for development at `http://localhost:9090`
- `npm run build` -- Build the project for production
- `npm run test` -- Run Rust tests
- `npm run lint` -- Find problems with code
- `npm install` -- Install npm dependencies
- `npm run start` -- Serve the project locally for development at `http://localhost:9090`
- `npm run build` -- Build the project for production
- `npm run test` -- Run Rust tests
- `npm run lint` -- Find problems with code

If you get weird errors, try running `./clean.sh` to purge all dependency caches.

The project is based on [this Rust WASM worker template](https://github.com/DDR0/large-graph-editor/tree/updated-deps).
Loading

0 comments on commit 3ff75ed

Please sign in to comment.