Skip to content

skohub-io/skohub-editor

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

skohub-editor

The SkoHub editor will run in the browser and enable structured description of educational resources published anywhere on the web. It includes validation of the entered content for each field and lookup of controlled values via the API provided by skohub-vocabs. For usage & implementation details see the blog post.

Set up

git clone https://github.com/skohub-io/skohub-editor.git
cd skohub-editor
npm install

Run in development mode

PORT=9004 npm start

A development server will be running on localhost:9004. Omiting PORT will start the server at port 9090.

Build for production

npm run build

A new build will be at dist/

Build and serve for production

PORT=9005 npm run serve

The content of the new build will be available on localhost:9005. Omitting PORT will start the server at port 8080.

start scripts

You may want to use the start scripts in scripts/ to manage via init and to monitor them with monit.

Credits

The project to create a stable beta version of SkoHub has been funded by the North-Rhine Westphalian Library Service Centre (hbz) and carried out in cooperation with graphthinking GmbH in 2019/2020.