Skip to content

cosmicds/minids

Folders and files

NameName
Last commit message
Last commit date
Jan 17, 2023
Jan 31, 2024
Dec 18, 2023
Jan 31, 2024
Jan 9, 2024
Jan 18, 2023
Jan 31, 2024
Jan 31, 2024
Jan 31, 2024
Jan 31, 2024
Sep 7, 2023
Jan 31, 2024
Jan 31, 2024
Sep 8, 2023
Feb 22, 2023
Oct 12, 2023
Jan 17, 2023
Jan 17, 2023
Dec 7, 2023
Dec 6, 2023
Dec 6, 2023

Repository files navigation

Mini Data Stories

Mini Cosmic Data Stories built using WorldWide Telescope.

Developer quick start

  1. Check out the repository to your machine

  2. If necessary, install Node.js and Yarn

  3. yarn to install dependencies

  4. Build the common package:

    cd common
    yarn build
    
  5. Build the story you want to run:

    cd ../<story-folder-name>
    yarn build
    
  6. Run the development server for a particular story (within the folder for that story):

    yarn serve