This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd sk-fastboot-server
- Copy
.env.example
to.env
and provide correct values for your setup nvm use
if you need to switch Node versionyarn install
node server.js
oryarn run start
- The server will download latest distribution from your
PACKAGE_URL
config and extract it on yourDEST_PATH
folder - Test your server at http://localhost:3000. Change the port according to your config.
yarn run lint
- This will check
server.js
and the files inlib
folder