Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adriablancafort/astro-ssr
https://github.com/adriablancafort/astro-ssr
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adriablancafort/astro-ssr
- Owner: adriablancafort
- Created: 2024-03-17T11:05:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T11:17:28.000Z (10 months ago)
- Last Synced: 2024-11-12T21:45:21.129Z (2 months ago)
- Language: Astro
- Size: 448 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create Repository and publish to GitHub:
```
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin https://github.com/brickoram/storefront.git
git push -u origin main
```# Clone from GitHub:
```
git clone https://github.com/brickoram/api.git
```# Run it locally:
```
npm run dev
```# Commit changes and publish to GitHub:
```
git add .
git commit -m "Changes Made"
git push origin main
```# Run the build:
```
npm run build
```*When there are new commits to the main branch, a new build is run and deployed automatically by Cloudflare Pages.