fleet/website
2021-03-17 20:26:03 -05:00
..
api Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
assets Add comparison table to fleetdm.com (#359) 2021-02-26 16:47:08 -08:00
config Lint fix 2021-03-17 20:26:03 -05:00
scripts Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
tasks Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
views Homepage edits (#470) 2021-03-12 18:54:13 -06:00
.editorconfig Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.eslintignore Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.eslintrc Add chat to website (#165) 2020-12-31 20:28:18 -06:00
.gitignore Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.htmlhintrc Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.lesshintrc Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.npmrc Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.sailsrc Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
app.js Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
Gruntfile.js Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
package.json Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
Procfile Dedupe setting of env var (#87) 2020-12-03 16:11:46 -06:00
README.md Update website README with local usage instructions (#458) 2021-03-12 14:32:21 -06:00

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

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.