Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/facuperezm/oliva
🥪 Tiny website for a local sandwich store in my city
https://github.com/facuperezm/oliva
astro view-transitions-api
Last synced: 2 days ago
JSON representation
🥪 Tiny website for a local sandwich store in my city
- Host: GitHub
- URL: https://github.com/facuperezm/oliva
- Owner: facuperezm
- Created: 2024-01-04T18:09:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-13T20:09:27.000Z (10 months ago)
- Last Synced: 2024-04-15T01:15:01.588Z (7 months ago)
- Topics: astro, view-transitions-api
- Language: Astro
- Homepage: https://oliva.vercel.app
- Size: 6.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Oliva![Astro Badge](https://img.shields.io/badge/Astro-BC52EE?logo=astro&logoColor=fff&style=flat)
![Tailwind CSS Badge](https://img.shields.io/badge/Tailwind%20CSS-06B6D4?logo=tailwindcss&logoColor=fff&style=flat)## 🛠️ Stack
- [**Astro**](https://astro.build/) - The web framework for content-driven websites.
- [**Typescript**](https://www.typescriptlang.org/) - JavaScript with syntax for types.
- [**Tailwindcss**](https://tailwindcss.com/) - A utility-first CSS framework for rapidly building custom designs.
- [**fontsource**](https://fontsource.org/) - Self-host Open Source fonts in neatly bundled NPM packages.## 🚀 Getting Started
1. [Fork](https://github.com/facuperezm/oliva) or clone this repository.
```bash
git clone [email protected]:facuperezm/oliva.git
```2. Install the dependencies:
```bash
# Install pnpm globally if you don't have it:
npm install -g pnpm# Install dependencies:
pnpm install
```3. Run the development server:
```bash
# Run with pnpm:
pnpm dev
```4. Open [**http://localhost:4321**](http://localhost:4321/) with your browser to see the result 🚀
## 🧞 Commands
| | Command | Action |
| :-- | :--------------- | :-------------------------------------------- |
| ⚙️ | `dev` or `start` | Starts local dev server at `localhost:3000`. |
| ⚙️ | `build` | Build your production site to `./dist/`. |
| ⚙️ | `preview` | Preview your build locally, before deploying. |