Mini Cosmic Data Stories built using WorldWide Telescope.
-
Check out the repository to your machine
-
yarn
to install dependencies -
Build the common package:
cd common yarn build
-
Build the story you want to run:
cd ../<story-folder-name> yarn build
-
Run the development server for a particular story (within the folder for that story):
yarn serve