-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2acfea
commit 5c54f2e
Showing
1 changed file
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
# Dinner Slot Web | ||
WIP | ||
Generate random set from inputed food list. | ||
This application runs on only browser (no backend). | ||
https://yoshikipom.github.io/dinnerslot-web/ | ||
|
||
## how to use | ||
- LIST tab | ||
- input food names separated by line breaks | ||
- SLOT tab | ||
- input `count` for random set size | ||
- push `SLOT` button | ||
- (optional) To change one item, push reload button on the item | ||
- (optional) push `SHARE BY LINE` button to share the generated list to someone | ||
|
||
## run on local | ||
``` | ||
yarn install | ||
yarn dev | ||
# access to http://localhost:3000 | ||
``` | ||
|
||
## deploy | ||
Deployment is done by github actions. | ||
The trriger is push to `main` branch. | ||
Please refer `.github/workflows/main.yml` |