Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.
```