mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-12 22:57:10 +00:00
Add macro-railroad README
This commit is contained in:
parent
0897e4d240
commit
045d135257
2 changed files with 10 additions and 1 deletions
8
macro-railroad/README.md
Normal file
8
macro-railroad/README.md
Normal 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`.
|
|
@ -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.
|
Loading…
Reference in a new issue