Skip to content

Commit

Permalink
add development server instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rlane committed Feb 20, 2023
1 parent 9159f32 commit 9c70a3a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

A space fleet programming game. Hosted at http://oort.rs.

## Development

Prerequisites: `cargo install trunk wasm-opt`

Run "cargo oort-serve" to start a webserver at http://localhost:8080/. The
first run will take several minutes to build everything.

## Copyright

Copright 2021 Rich Lane. Licensed under GPLv3, see LICENSE.
Copyright 2023 Rich Lane. Licensed under GPLv3, see LICENSE.

0 comments on commit 9c70a3a

Please sign in to comment.