Skip to content

Files

Latest commit

4691ac9 · Mar 18, 2021

History

History
This branch is 5 commits ahead of, 14562 commits behind fleetdm/fleet:main.

website

fleetdm.com

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

a Sails v1 application

Test locally

Run the following commands to test the site locally:

npm install -g sails
cd website/
npm install
sails lift

The site will now be running on http://localhost:1337

Links

Version info

This app was originally generated on Wed Aug 26 2020 04:48:44 GMT-0500 (Central Daylight Time) using Sails v1.2.5.

This project's boilerplate is based on an expanded seed app provided by the Sails core team to make it easier for you to build on top of ready-made features like authentication, enrollment, email verification, and billing. For more information, drop us a line.