Getting started

Install

git clone https://github.com/hartym/LeanJS.git MyNextProject
cd MyNextProject
make install

Develop

Test

make lint
make test

Release

  • Without docker, you can build a vanilla node project, just release the build directory once you’ve run:
make build
  • With docker, it’s even easier. Build a self-sufficient image with
make docker-build