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.exampleto.envand provide correct values for your setup nvm useif you need to switch Node versionyarn install
node server.jsoryarn run start- The server will download latest distribution from your
PACKAGE_URLconfig and extract it on yourDEST_PATHfolder - Test your server at http://localhost:3000. Change the port according to your config.
yarn run lint- This will check
server.jsand the files inlibfolder