AnalogStudiosRI / www.blissfestri.com

Website for Blissfest

Home Page:https://www.blissfestri.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status

Overview

This is the frontend repo for the Blissfest RI 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. Run npm ci

Development

See package.json for all options:

  • npm run dev - Start a local development server with file watching, live reload, etc
  • npm 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 mode
  • npm run 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

Website for Blissfest

https://www.blissfestri.com


Languages

Language:JavaScript 67.3%Language:HTML 20.6%Language:MDX 10.4%Language:CSS 1.7%