.vscode | ||
assets | ||
src | ||
.editorconfig | ||
.eleventy.js | ||
.gitignore | ||
.gitlab-ci.yml | ||
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
Please use conventionnal commits (or at least try to).
License
Distributed under the MIT license.
See LICENSE
for more information.
Contact
Laurent Fainsin <laurentfainsin@protonmail.com>