mirror of
https://github.com/directus/directus.git
synced 2026-01-30 18:18:10 -05:00
27 lines
562 B
Markdown
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/)
|