Skip to content

ralch/www.ralch.com

Repository files navigation

ralch.com

main

My Professional Website

Getting Started

The website is implemented by using react and react-static. First you can install all dependencies:

$ yarn install

Run

In order to start development you should perform the following commands:

$ yarn start

Build

In order to build and export the source code as static website you should perform the following operations:

$ yarn export