Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 901 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 901 Bytes

Eklhad

My personal web assets. I use this project to try out many different types of new web technologies, so it is highly overengineered and shouldn't be used by anybody.

Requirements

Recommended

Backend Server

Install the Go development dependencies and start the web/API server. The web/API server will run on port 3554.

make go_get
make go_server_run

Frontend Server

Install the Javascript development dependencies and start the frontend server. The frontend server will run on localhost, port 3000.

make npm
make frontend_run

To update the resume file, make all changes to ./web/frontend/conf/resume.json and then run make resume.