Skip to content

astrodavid10/minids

 
 

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
    

About

Mini data stories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.5%
  • Vue 37.9%
  • JavaScript 1.3%
  • HTML 1.3%