Skip to content

ClayBenson94/personal-website

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published