Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sevichecc/devsite
https://github.com/sevichecc/devsite
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sevichecc/devsite
- Owner: Sevichecc
- Created: 2023-07-21T15:28:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T03:58:36.000Z (23 days ago)
- Last Synced: 2024-10-17T19:14:50.670Z (22 days ago)
- Language: Astro
- Homepage: https://dev.seviche.cc
- Size: 1020 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Portfolio Website of SevicheCC
Base on [portfolio](https://github.com/withastro/astro/tree/latest/examples/portfolio?on=github)
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :--------------------- | :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm dev` | Starts local dev server at `localhost:3000` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |
| `pnpm astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm astro -- --help` | Get help using the Astro CLI |