mirror of
https://github.com/directus/directus.git
synced 2026-02-07 07:35:23 -05:00
20 lines
442 B
Markdown
20 lines
442 B
Markdown
# Directus Node
|
|
|
|
> This is an early alpha version. **DO NOT** use this in production.
|
|
|
|
## Installation
|
|
|
|
Run `npx directus create <directory>`
|
|
|
|
Start the API by running `npx directus start`.
|
|
|
|
## 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/)
|