Skip to content

esciencecenter-digital-skills/digital-skills-slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Skills Slides

This repository holds the slide decks for lessons in the digital skills curriculum of the Netherlands eScience Center. It is built using the NEBULA framework.

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

Quick local setup

More detailed information about local setup can be found in the NEBULA local rendering docs

Content directory/repository

To use NEBULA to build the content in this repository locally, you will need to clone this repository and the NEBULA repository:

git clone git@github.com:esciencecenter-digital-skills/digital-skills-slides.git
git clone git@github.com:esciencecenter-digital-skills/NEBULA.git

Link to the content repository

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

export CONTENT_PATH="path/to/your/content/repository"

NOTE: You cannot use a ~ in your path, you have to provide the absolute path as returned with pwd.

Install dependencies

First move into the NEBULA folder (so not the content folder):

cd NEBULA

Install the dependencies using the node package manager:

# node package manager
npm install

Local development build

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

# node package manager
npm run dev

Now you can open a browser and navigate to http://localhost:3000/digital-skills-slides

About

Slides for the digital skills workshops hosted with the NEBULA platform in the reveal.js eScience style

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •