-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
a99762f
commit f734f09
Showing
13 changed files
with
2,707 additions
and
1,138 deletions.
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 |
---|---|---|
|
@@ -127,4 +127,4 @@ dist | |
.yarn/unplugged | ||
.yarn/build-state.yml | ||
.yarn/install-state.gz | ||
.pnp.* | ||
.pnp.* |
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,3 +1,27 @@ | ||
# PantryNode | ||
|
||
This is the typescript react frontend of Pantry Node | ||
This is the typescript react frontend of Pantry Node | ||
|
||
To install the dependencies | ||
|
||
``` | ||
npm install | ||
``` | ||
|
||
To run the application | ||
|
||
``` | ||
npm start | ||
``` | ||
|
||
To run tests | ||
|
||
``` | ||
npm test | ||
``` | ||
|
||
To build the application | ||
|
||
``` | ||
npm run build | ||
``` |
Oops, something went wrong.