Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emilienleroy/emilienleroy.fr

My personnal web site!
https://github.com/emilienleroy/emilienleroy.fr

Last synced: about 1 month ago
JSON representation

My personnal web site!

Awesome Lists containing this project

README

        

# EmilienLeroy.fr

My personnal portfolio which contain all my professional and personnal projects. This project was made using [simplefolio](https://github.com/cobiwave/simplefolio) as template.

> If you want create your own portfolio, check the [simplefolio](https://github.com/cobiwave/simplefolio) repository !

## Usage

### Install

Clone this repository.

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

And install dependencies using npm.

```console
$ cd emilienleroy.fr
$ npm install
```

### Develop

Run the following command.

```console
$ npm start
```

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

### Build

Run the following command.

```console
$ 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](LICENSE.md) file for details