Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stylessh/stylessh-v2
v2 of my portfolios built Astro. (deprecated)
https://github.com/stylessh/stylessh-v2
Last synced: 5 days ago
JSON representation
v2 of my portfolios built Astro. (deprecated)
- Host: GitHub
- URL: https://github.com/stylessh/stylessh-v2
- Owner: stylessh
- Created: 2022-08-04T06:23:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T21:48:11.000Z (over 1 year ago)
- Last Synced: 2024-11-10T18:25:52.428Z (about 2 months ago)
- Language: Astro
- Homepage: https://stylessh.dev
- Size: 24.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stylessh portfolios
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :---------------- | :------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |