Skip to content

Latest commit

History

History
21 lines (13 loc) 路 1.13 KB

File metadata and controls

21 lines (13 loc) 路 1.13 KB

Tropical 馃彎

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.