Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmdartus/blog
My personal space to share knowledge on web development, JavaScript, and performance
https://github.com/pmdartus/blog
Last synced: 8 days ago
JSON representation
My personal space to share knowledge on web development, JavaScript, and performance
- Host: GitHub
- URL: https://github.com/pmdartus/blog
- Owner: pmdartus
- Created: 2020-12-25T09:54:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T17:41:41.000Z (7 months ago)
- Last Synced: 2024-10-18T19:01:09.241Z (28 days ago)
- Language: Astro
- Homepage: https://pm.dartus.fr
- Size: 3.86 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal website and blog
Live at [https://pm.dartus.fr](https://pm.dartus.fr).
```sh
npm install
npm run dev # Serve and watch for changes.
npm run build # Build static output.
npm run serve # Serve build output.
```