Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 636 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 636 Bytes

osb-website

Repo for the OpenSystemBench website.

Website down, Made public for archive purposes

Development

Run the following commands in separate terminals to run the website locally:

# create go project directory structure
mkdir -p go/src/github.com/<github-username>/

# go to folder
cd go/src/github.com/<github-username>/

# clone repo
git clone https://github.com/mguid65/osb-website.git

# go into project folder
cd osb-website

# build react packages
npm run build

# move build folder into server
sudo cp -r build server/

# run the server
go run server/main.go