This is the frontend repo for the Tuesday's Tunes website built with Greenwood.🏃♂️
After cloning the repo, do the following to get up and running
See package.json for all options:
npm run dev
- Start a local development server with file watching, live reload, etcnpm run serve
- Build the site for production and start a server locally (useful for a local demo)npm run test:tdd
- Run tests in watch modenpm run story:dev
- Run Storybook for development
Hosted Storybook docs available through GitHub Pages. (Make sure to leave off the trailing slash!)
The project is hosted by Netlify and is setup to deploy continuously on every merge to the mainline branch in GitHub. GitHub Actions are used for continuous integration on PRs and Netlify will deploy preview builds for all PRs.