esphen / website

My current portfolio website

Home Page:https://espen.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My current portfolio website

https://espen.dev

License:MIT License


Languages

Language:JavaScript 77.3%Language:TypeScript 21.2%Language:CSS 1.6%