/website

Source code for my personal website.

Primary LanguageSCSSMIT LicenseMIT

Website eschanet.com build CodeQL MIT license GitHub release GitHub tag

My personal website built using javascript with React, Express, React-Router, Github actions and a bunch of other fancy stuff.

Set up

  1. Download the repository and install the dependencies:

    git clone git://github.com/eschanet/website.git
    cd website
    npm install
  2. Next, create an .env file:

    cp sample.env .env

    Change values as appropriate.

  3. Build the react application and serve it including hot module reloading:

    npm start