Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 290 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 290 Bytes

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