Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/emilienleroy/emilienleroy.fr
- Owner: EmilienLeroy
- License: mit
- Created: 2022-05-30T20:51:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T22:22:58.000Z (11 months ago)
- Last Synced: 2024-11-06T20:07:13.425Z (3 months ago)
- Language: HTML
- Homepage: https://emilienleroy.fr
- Size: 5.43 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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