A sappio looking somewhere over rainbow. It means, a simple logging NodeJS template app.
You may access the wiki to learn about it.
Run the commands below on sappio
root path:
- What: Install the required packages:
make install
- What: updates dependencies to latest and commit-push changes:
make update
- What: remove all unnecessary assets:
make update
- What: Lists packages used on pattern
package_name:num_occurrences:is_used
:
make list
- What: Performs inplace lint fixes:
make lint
- What: run the test batch
make test
- What: watch the test batch
make watch
- What: run the application:
make start
- What: Runs docker up:
make deploy