-
Notifications
You must be signed in to change notification settings - Fork 35
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
Showing
7 changed files
with
1,651 additions
and
1,487 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
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,8 +1,7 @@ | ||
tasks: | ||
- init: | | ||
yarn | ||
make | ||
command: node app | ||
ports: | ||
- port: 3000 | ||
onOpen: open-preview | ||
onOpen: open-preview |
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
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 |
---|---|---|
|
@@ -27,10 +27,6 @@ Clone this repo (or your fork) | |
|
||
git clone [email protected]:pirxpilot/liftie.git && cd liftie | ||
|
||
Install dependencies: | ||
|
||
yarn | ||
|
||
Build client side scripts: `make` will install all external components and trigger component build for you. | ||
|
||
make | ||
|
@@ -80,7 +76,7 @@ will fail. | |
|
||
You can run only the specific resort test by running: | ||
|
||
yarn test TESTS="**/*/acme.js" | ||
make test TESTS="**/*/acme.js" | ||
|
||
### Implement parser | ||
|
||
|
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
Oops, something went wrong.