Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielcgilibert/minimal-photography
📸 Minimalist website for photographers
https://github.com/danielcgilibert/minimal-photography
animation-css astro javascript minimalist observable photography tailwindcss
Last synced: 15 days ago
JSON representation
📸 Minimalist website for photographers
- Host: GitHub
- URL: https://github.com/danielcgilibert/minimal-photography
- Owner: danielcgilibert
- Created: 2023-06-17T17:06:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-02T13:09:48.000Z (about 1 year ago)
- Last Synced: 2024-10-14T22:16:58.097Z (about 1 month ago)
- Topics: animation-css, astro, javascript, minimalist, observable, photography, tailwindcss
- Language: Astro
- Homepage: https://minimal-photography.vercel.app/
- Size: 47.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ⚙️ Stack
- [**Astro** + **Typescript**](https://astro.build/) - Astro is the all-in-one web framework designed for speed.
- [**Tailwind CSS**](https://tailwindcss.com/) - Tailwind CSS is a utility-first CSS framework.## ✏️ Prerequisites
- [Nodejs +16 (LTS recommended)](https://nodejs.org/en/)
## 🚀 Getting Started
**Recommended extensions for VSCode:**
- [Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss).
- [Astro](https://marketplace.visualstudio.com/items?itemName=astro-build.astro-vscode).1. Clone or [fork](https://github.com/danielcgilibert/OpenLink/fork) the repository:
```bash
[email protected]:danielcgilibert/minimal-photography.git
```2. Install dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
```3. Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```## ☁ Deploys
- [Vercel](https://vercel.com/)