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.
Welcome to your new Tropical site!
Install dependencies with yarn
, then...
yarn dev
starts a dev server at localhost:5000yarn build
builds the static site intodist/static
yarn storybook
starts Storybookyarn page my-new-page
scaffolds a file for a new pageyarn 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.