.vscode | ||
assets | ||
src | ||
.editorconfig | ||
.eleventy.js | ||
.gitignore | ||
.gitlab-ci.yml | ||
CONTRIBUTING.md | ||
LICENSE | ||
package.json | ||
README.md | ||
yarn.lock |
Laurent Fainsin's Personnal website
Built with
Getting started
Prerequisites
Yarn should manage every dependencies for you.
It is recommended to use VS Code with these extensions :
Installation
Clone the repository :
git clone git@git.inpt.fr:fainsil/personnal-website.git
Install the dependencies :
cd personnal-website
yarn install
Usage
To run locally the website on your machine press F5 in vscode or use :
yarn run start
To build the website for deployment :
yarn run build
Contributing
This repository is under the Contributing Covenant code of conduct.
See CONTRIBUTING
for more information.
Please use conventionnal commits.
License
Distributed under the MIT license.
See LICENSE
for more information.
Contact
Laurent Fainsin <laurentfainsin@protonmail.com>