Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 727 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 727 Bytes

Fusion Meetup Web

meetup.thefusionhub.co.uk

Fusion website banner


Development

The site is built with React on Next.js, Sanity CMS for content management, and Tailwind for styling.

Getting started

Requirements:

  • Node >= 16
  • Yarn (npm i -g yarn)

No environment variables are required for development, with the exception of the contact page.

To get the site running:

# Install dependencies
yarn
# Start dev server
yarn dev

This serves the site on localhost:3000.