Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florian-lefebvre/directus-extension-repro
https://github.com/florian-lefebvre/directus-extension-repro
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/florian-lefebvre/directus-extension-repro
- Owner: florian-lefebvre
- Created: 2023-02-03T16:54:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T17:03:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T23:21:15.438Z (3 months ago)
- Language: Vue
- Size: 98.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# directus-extension-repro
## Prequisites
- pnpm
- node v16.15.0
- Docker## Testing
### Install the deps
```sh
pnpm i
```### Build and copy the extension
```sh
pnpm --filter directus-extensions build
```Make sure it has been copied to `backend/extensions/interfaces/osm-autocomplete/index.js`
### Run directus
Run the following commands in 2 terminals
```sh
pnpm --filter backend docker:devpnpm --filter backend start
```