Add macro-railroad README

This commit is contained in:
Folyd 2022-08-13 13:27:19 +08:00
parent 0897e4d240
commit 045d135257
2 changed files with 10 additions and 1 deletions

8
macro-railroad/README.md Normal file
View file

@ -0,0 +1,8 @@
# Macro railroad
This is inspired by [lukaslueg/macro_railroad_ext](https://github.com/lukaslueg/macro_railroad_ext). Kudos to [lukaslueg](https://github.com/lukaslueg).
## Building
- Run `make macro-railroad` in `..` directory.
- Or run `wasm-pack build -t no-modules --no-typescript --out-name macro-railroad`.

View file

@ -2,4 +2,5 @@ Run `cargo run -- -w` to auto build manage pages.
- Render html templates
- Compile scss files
- Copy js/css/static files to `../extension/manage`
Or run `make manage` in `..` directory.