This is the source code for the relativepath.tech website. The site is built using React and TailwindCSS and the demo site is hosted on GitHub Pages.
For our developer setup the only requirement is that Node.js v18 is installed on their machine to run the site locally.
- Navigate to a location on your file system you'd like to put this project and clone this repository by running:
git clone https://github.com/kensonjohnson/relativepath.tech.git- Navigate to the
relativepath.techdirectory:
cd ./relativepath.tech- Run the
local.shbash script to install requirements:
bash local.sh- To build the server, run the
build.shscript with bash:
bash build.sh- To start the server locally at
http://localhost:4173, run the 'start-server.sh` script with bash:
bash start-server.sh- Run the
test.shbash script to test the server locally:
bash test.sh- If you see a
200 OKresponse back, congrats! Open your browser and head over tohttp://localhost:4173to take a peak at the site.
policy.shfor compliancebuild.shscript for local build automationtest.shscript for local testing automation