Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/orbit-love/orbit-web
- Owner: orbit-love
- License: mit
- Created: 2020-06-18T14:07:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T02:53:46.000Z (over 1 year ago)
- Last Synced: 2024-10-31T11:51:29.075Z (20 days ago)
- Topics: alpinejs, eleventy, sanity, tailwindcss
- Language: Nunjucks
- Homepage: https://orbit.love
- Size: 11.8 MB
- Stars: 69
- Watchers: 3
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```