Files
fleet/website
Mike McNeil 7bb202f961 Publish fleetdm.com/queries (#899)
* /sandbox/queries becomes /queries, etc

* Publish fleetdm.com/queries

Expose query library routes the rest of the way, move remediation data sanitization to the point of entry, and update query library to match (pairing w/ @gillespi314)

* Fix accidental commit of sailsrc (again)
2021-05-28 17:51:47 -05:00
..
2021-05-28 17:51:47 -05:00
2021-05-28 17:51:47 -05:00
2021-05-28 17:51:47 -05:00
2020-12-31 20:28:18 -06:00
2021-05-11 16:01:25 -05:00
2020-12-03 16:11:46 -06:00

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 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.