mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
2.0 KiB
Vendored
2.0 KiB
Vendored
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 --port=2024
The site will now be running on http://localhost:2024
Links
- Sails framework documentation
- Version notes / upgrading
- Deployment tips
- Community support options
- Professional / enterprise options
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.