Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 604 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 604 Bytes

Clay's Personal Website

Build Status

This repository holds the front-end code for claybenson.me, as well as the back-end code to handle WebSocket connections for the claybenson.me/led page.

Setup and execution

Install dependencies:

npm ci

To start up the React development server:

(cd client && npm run start)

To start up the backend:

(cd server && cp default.env .env && npm run start)