esciencecenter-digital-skills / NEBULA

https://esciencecenter-digital-skills.github.io/NEBULA/
Apache License 2.0
1 stars 2 forks source link

License

NEBULA

Copyright 2023-2024 Netherlands eScience Center

The NEBULA (Nuxt & eScience Based Universal Learning Application) framework can be used to create an easily maintainable, version-controllable, web-based lesson collection. It uses Nuxt.js and Vue.js.

NEBULA is being created as part of the Netherlands eScience Center Digital Skills programme.

For elaborate setup instructions and other documentation, see the NEBULA documentation

Quick setup

Content directory/repository

To use NEBULA you will need to setup a content directory or repository. See the NEBULA content template repository or the NEBULA documentation on creating content for more information.

Link to the content directory

To make sure that NEBULA knows which content to build, we create the following environment variable:

export CONTENT_PATH="~/path/to/your/content/directory"

Install dependencies

Install the dependencies using the node package manager:

# npm
npm install

Local development build

Start the development server on http://localhost:3000:

# npm
npm run dev

Contributing

If you want to contribute to the NEBULA framework, please read the contributing guidelines.