Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orbit-love/orbit-web

The old website for https://orbit.love
https://github.com/orbit-love/orbit-web

alpinejs eleventy sanity tailwindcss

Last synced: 13 days ago
JSON representation

The old website for https://orbit.love

Awesome Lists containing this project

README

        

# 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](https://github.com/eastslopestudio/eleventy-starter)):

- [Eleventy](https://11ty.dev) for templates and site generation
- [Webpack](https://webpack.js.org) for straightforward JS asset bundling.
- [Alpine JS](https://github.com/alpinejs/alpine) A rugged, minimal framework for composing JavaScript behavior in your markup.
- [Tailwindcss](https://tailwindcss.com) for a utility first CSS workflow
- [PurgeCSS](https://www.purgecss.com/) for optimizing css output
- [Vercel CLI](https://vercel.com/docs/cli) for Vercel dev pipeline and local replication of the prod environment
- [Sanity](https://sanity.io) for a powerful, highly customizable CMS

---

## Prerequisites

- [Node and NPM](https://nodejs.org/)
- [Vercel CLI](https://vercel.com/docs/cli) _optional_

## Running locally

```bash
# 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
```