fleet/website/README.md
2021-06-03 18:50:51 -05:00

2.2 KiB
Vendored

fleetdm.com

This is where the code for the public https://fleetdm.com website lives.

Test locally

Run the following commands to test the site locally:

npm install -g sails
cd website/
npm install
sails run scripts/build-static-content.js
sails lift

Your local copy of the website is now running at http://localhost:2024!

Bugs

To report a bug or make a suggestion for the website, click here.