https://github.com/esadek/esadek.github.io
My personal website
https://github.com/esadek/esadek.github.io
astro tailwindcss
Last synced: 2 months ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/esadek/esadek.github.io
- Owner: esadek
- License: mit
- Created: 2020-05-27T23:37:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T00:08:33.000Z (over 1 year ago)
- Last Synced: 2025-02-21T09:16:42.261Z (over 1 year ago)
- Topics: astro, tailwindcss
- Language: Astro
- Homepage: https://emilsadek.com
- Size: 2.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emil Sadek's Blog
Built with [Astro](https://astro.build/) and
[Tailwind CSS](https://tailwindcss.com/). Hosted with
[GitHub Pages](https://pages.github.com/).
## 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 |
## License
[MIT](LICENSE)