Skip to content

EmilienLeroy/emilienleroy.fr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmilienLeroy.fr

My personnal portfolio which contain all my professional and personnal projects. This project was made using simplefolio as template.

If you want create your own portfolio, check the simplefolio repository !

Usage

Install

Clone this repository.

$ git clone https://github.com/EmilienLeroy/emilienleroy.fr.git

And install dependencies using npm.

$ cd emilienleroy.fr
$ npm install

Develop

Run the following command.

$ npm start

Now you can acces to the site using http://localhost:1234/.

Build

Run the following command.

$ npm run build

The build files should be in the dist folder. You can use netlify or github page to deploy your site online !

License

This project is licensed under the MIT License - see the LICENSE.md file for details