Getting started
Click the green Use this template button on GitHub and clone your new repo.
Install dependencies with yarn, then yarn dev and open localhost:3000.
Scripts
Tropical comes with the following package scripts. Feel free to use npm instead of yarn.
yarn devstarts a dev server at localhost:3000yarn buildbuilds the static site intodist/staticyarn storiesstarts Ladleyarn page path/to/my-new-pagescaffolds a file for a new pageyarn component MyNewComponentscaffolds files for a new component
Next: Pages