Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/etienne-monier/etienne-monier.github.io
- Owner: etienne-monier
- License: mit
- Created: 2024-04-23T12:29:08.000Z (9 months ago)
- Default Branch: develop
- Last Pushed: 2024-06-26T15:14:57.000Z (7 months ago)
- Last Synced: 2024-06-26T18:41:59.770Z (7 months ago)
- Language: MATLAB
- Size: 31.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.