fleet/website
Mike Thomas 23ba4be402
Updated header text on homepage (#673)
- Updated header text on homepage
- Add new log destination graphics
2021-04-22 11:23:21 -07:00
..
api On fleetdm.com, add stubbed "Pricing" page (#571) 2021-03-31 17:24:42 -07:00
assets Updated header text on homepage (#673) 2021-04-22 11:23:21 -07:00
config Add get-started page to fleetdm.com (#590) 2021-04-06 11:23:13 -04: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 Updated header text on homepage (#673) 2021-04-22 11:23:21 -07: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-lock.json Create pricing page (#575) 2021-04-02 16:12:28 -04:00
package.json Fix JS test warnings and errors on Node 15 (#572) 2021-04-01 11:45:21 -07:00
Procfile Dedupe setting of env var (#87) 2020-12-03 16:11:46 -06:00
README.md Fix lint rules and simplify website development by checking in a dev-only config file that sets the default port to 2024 instead of 1337, so you dont have to do that with a command-line option. 2021-03-23 04:36:35 -05: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.