Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pukimaa/web
https://github.com/pukimaa/web
astro personal-website website
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pukimaa/web
- Owner: Pukimaa
- Created: 2022-04-05T16:40:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T18:35:12.000Z (about 1 year ago)
- Last Synced: 2024-01-08T18:54:14.001Z (about 1 year ago)
- Topics: astro, personal-website, website
- Language: Astro
- Homepage: https://pukima.site
- Size: 11.1 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# [Pukima's Personal Website](https://pukima.site)
This is the source-code of my own little personal website that was built using [Astro](https://astro.build)!
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :----------------- | :------------------------------------------- |
| `yarn` | Installs dependencies |
| `yarn run dev` | Starts local dev server at `localhost:3000` |
| `yarn run build` | Build your production site to `./dist/` |
| `yarn run preview` | Preview your build locally, before deploying |
| `yarn run format` | Format the code using Prettier |## ❤️ Credits
Thanks a lot to all the people helping me out in the [Astro Discord Server](https://astro.build/chat)...especially:
- Lostra (for creating the fade in logic for Blog Posts and Project Cards)
- [RafidMuhymin](https://github.com/RafidMuhymin) (for helping me with a lot of things)