Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oskang09/oskang09.github.io
personal website, milestone and project with Astro
https://github.com/oskang09/oskang09.github.io
Last synced: 1 day ago
JSON representation
personal website, milestone and project with Astro
- Host: GitHub
- URL: https://github.com/oskang09/oskang09.github.io
- Owner: Oskang09
- Created: 2024-03-02T11:26:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-02T18:33:25.000Z (4 months ago)
- Last Synced: 2024-11-23T02:42:46.317Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 62.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🧞 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:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run clean` | Remove `./dist` folder |
| `npm run lint` | Run ESLint and report styling error |