Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 191 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 191 Bytes

j_moment

To start:

$ npm install

To develop:

$ npm run dev```

To build for production:

```bash
$ npm run build

To lint you code:

$ npm run lint