* Add get-started page * Includes Styling * Includes Routing switch Review and suggestions added by: noahtalerman <47070608+noahtalerman@users.noreply.github.com> Review and suggestions added by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
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.