Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/etienne-monier/etienne-monier.github.io

My professional web page
https://github.com/etienne-monier/etienne-monier.github.io

Last synced: about 1 month ago
JSON representation

My professional web page

Awesome Lists containing this project

README

        

# Etienne Monier's pro page

This repository is my professional website. It is implemented using [Vitepress](https://vitepress.dev/) and its configuration is detailed below.

## Quickstart

Please ensure NodeJS and npm are installed. Then install dependencies with `npm install`.

To run the developpment server, run `npm run dev` and visit local URL `http://localhost:8080`.

To build the site, run `npm run build`. The site files are saved at `.vitepress/build`.

## Author and license

This code written by Etienne Monier is distributed under MIT License.