Skip to content

orbit-love/orbit-web

Repository files navigation

Orbit Website

Note: this codebase does not power the current https://orbit.love website anymore.

Built with the following technologies (thanks to this wonderful Eleventy Starter):

  • Eleventy for templates and site generation
  • Webpack for straightforward JS asset bundling.
  • Alpine JS A rugged, minimal framework for composing JavaScript behavior in your markup.
  • Tailwindcss for a utility first CSS workflow
  • PurgeCSS for optimizing css output
  • Vercel CLI for Vercel dev pipeline and local replication of the prod environment
  • Sanity for a powerful, highly customizable CMS

Prerequisites

Running locally

# Clone the project
git clone git@github.com:orbit-love/orbit-web-v2.git && cd orbit-web-v2

# Connect to the Vercel project
vercel

# install the project dependencies
yarn

# run the build and server locally
vercel start

# run the production build
yarn build