Skip to content

Frontend for the Tuesday's Tunes website. Blasting tunes to you straight from the cloud.

Notifications You must be signed in to change notification settings

Omafovbe/www.tuesdaystunes.tv

 
 

Repository files navigation

Netlify Status

Overview

This is the frontend repo for the Tuesday's Tunes website built with Greenwood.🏃‍♂️

Setup

After cloning the repo, do the following to get up and running

  1. Install NodeJS (LTS) or run nvm use
  2. Install Yarn (>= 1.x)
  3. Run yarn install

Development

See package.json for all options:

  • yarn dev - Start a local development server with file watching, live reload, etc
  • yarn serve - Build the site for production and start a server locally (useful for a local demo)
  • yarn test:tdd - Run tests in watch mode
  • yarn story:dev - Run Storybook for development

Release Management

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.

About

Frontend for the Tuesday's Tunes website. Blasting tunes to you straight from the cloud.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.7%
  • HTML 5.8%
  • CSS 2.5%