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
- Node and NPM
- Vercel CLI optional
# Clone the project
git clone [email protected]: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