Skip to content

Commit

Permalink
Merge pull request #62 from itskihaga/dev
Browse files Browse the repository at this point in the history
fix: doc
  • Loading branch information
eatski authored Dec 2, 2021
2 parents d190978 + f59faa1 commit e9f1a71
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Exprocess for Rust
Exprocess is a framework for declaratively describing application logic.
# Exprcess Rust SampleApp
This is a sample application that uses a library I created called [Exprocess](https://github.com/itskihaga/exprocess-rust).
Bug reports, etc. can be submitted via Github Issue.

[doc](libs/exprocess/readme.md)
# Development
## Install Modules
```bash
git submodule update -i
npm i
```

# Sample App
## Build Dev
```
npm run dev
```

## Emulate Firebase
```
npm run emu
```

# Url
https://pick-role.web.app/
5 changes: 0 additions & 5 deletions about_sample_app.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/presentation/src/layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub fn layout(main: Html) -> Html {
</main>
<footer class="footer my-bottom">
<div class="content has-text-centered">
<a href="https://github.com/itskihaga/exprocess-rust/blob/main/about_sample_app.md">{"Githubリポジトリ"}</a>
<a href="https://github.com/itskihaga/exprocess-rust-sample">{"Githubリポジトリ"}</a>
</div>
</footer>
</>
Expand Down

0 comments on commit e9f1a71

Please sign in to comment.