UniSwan Backend This repository is in progress and not fit for public consumption. Use it at your own risk. To start: $ npm install To develop: $ npm run dev``` To build for production: ```bash $ npm run build To lint you code: $ npm run lint