Files
directus/README.md
2020-06-16 11:59:07 -04:00

27 lines
562 B
Markdown

# Directus Node
## Installation
### Requirements
* [Node.js](https://nodejs.org) LTS or newer
### Instructions
1. Clone the repo
2. Install the dependencies with `npm install`
## Usage
### Production
Start the API by running `npm start`.
### Development
Start the API in dev mode by running `npm run dev`.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[GPL-3.0](https://choosealicense.com/licenses/gpl-3.0/)