https://github.com/efe/efe.github.io
Tech Tales from a Software Craftsman (https://efe.me)
https://github.com/efe/efe.github.io
Last synced: 4 months ago
JSON representation
Tech Tales from a Software Craftsman (https://efe.me)
- Host: GitHub
- URL: https://github.com/efe/efe.github.io
- Owner: efe
- License: mit
- Created: 2016-08-06T17:06:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T00:09:35.000Z (over 1 year ago)
- Last Synced: 2025-02-14T00:31:23.168Z (over 1 year ago)
- Language: Astro
- Homepage: https://efe.me
- Size: 48.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Personal Blog
My personal blog which lives in [efe.me](https://efe.me)
## Astro.js 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 astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |
| `npm check` | Biome formatting and linting checks |
| `npm write` | Biome formatting and linting issues fix |