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
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.
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 the dependencies using the node package manager:
# npm
npm install
Start the development server on http://localhost:3000
:
# npm
npm run dev
If you want to contribute to the NEBULA framework, please read the contributing guidelines.