https://github.com/zazuko/prefix-server
https://prefix.zazuko.com/about
https://github.com/zazuko/prefix-server
linked-data rdf schema vocabulary
Last synced: about 2 months ago
JSON representation
https://prefix.zazuko.com/about
- Host: GitHub
- URL: https://github.com/zazuko/prefix-server
- Owner: zazuko
- License: other
- Created: 2019-06-24T15:46:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T11:28:13.000Z (2 months ago)
- Last Synced: 2025-02-20T11:28:57.469Z (2 months ago)
- Topics: linked-data, rdf, schema, vocabulary
- Language: Vue
- Homepage: https://prefix.zazuko.com
- Size: 14 MB
- Stars: 13
- Watchers: 6
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prefix-server
[](https://travis-ci.org/zazuko/prefix-server)> RDF prefix / namespaces resolution
## Build Setup
```bash
# install dependencies
$ npm ci
$ npm run build-data# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start
```## Tests
```bash
# run the dev server
$ npm run dev# run the tests in a window
$ npm run e2e:open## OR
# run the tests headless
$ npm run e2e:test
```## Building the resources used by the API
The resources can be rebuilt using `npm run build-data`.
They are not built by the hot-reload dev server because building the resources
takes time.