/tropical-playground

Primary LanguageJavaScriptMIT LicenseMIT

This is a template repo. Click the green "Use this template" button 👆 to get started, or read the docs to find out more about building static sites with Tropical.

Deploy to Netlify


Welcome to your new Tropical site!

Install dependencies with yarn, then...

  • yarn dev starts a dev server at localhost:5000
  • yarn build builds the static site into dist/static
  • yarn storybook starts Storybook
  • yarn page my-new-page scaffolds a file for a new page
  • yarn component MyNewComponent scaffolds files for a new component

(npm equivalients to yarn commands should work too)

Check out the docs or dive in and explore the src directory.