Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pukimaa/web


https://github.com/pukimaa/web

astro personal-website website

Last synced: about 2 months ago
JSON representation

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)