/website

My current portfolio website

Primary LanguageJavaScriptMIT LicenseMIT

Personal website Build Status

This is the source code of my personal website. Feel free to have a peek.

Prerequisites

Yarn

Create a new file .env.development and put this env variable with your GitHub token

If you're building locally, you will have to create a new file .env.production and put the same env variable

GITHUB_TOKEN=xxxxxxxxxx

Get your GitHub access token

Installing

Installing the dependencies

yarn

Start the dev server

yarn start

Clean the cache

This removes the .cache/ & public/ folders

yarn reset

License

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