fleet/website
Mike McNeil 9d420068ef
Update capabilities chart + copy edits + fix lint (was broken for local dev only - re md compilation) (#768)
* fix linter so it doesn't freak out when developing w/ compiled markdown content locally

* copy edits + add back call to action at bottom of homepage so there's somewhere to go
2021-05-14 03:25:40 -05:00
..
api swap warning for error 2021-05-13 09:24:53 -05:00
assets Update capabilities chart + copy edits + fix lint (was broken for local dev only - re md compilation) (#768) 2021-05-14 03:25:40 -05:00
config Update capabilities chart + copy edits + fix lint (was broken for local dev only - re md compilation) (#768) 2021-05-14 03:25:40 -05:00
scripts Compile markdown docs (#714) 2021-05-09 23:48:59 -05:00
tasks Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
views Update capabilities chart + copy edits + fix lint (was broken for local dev only - re md compilation) (#768) 2021-05-14 03:25:40 -05: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 fix gitignore 2021-05-11 16:01:25 -05: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 Compile markdown docs (#714) 2021-05-09 23:48:59 -05:00
package.json Update capabilities chart + copy edits + fix lint (was broken for local dev only - re md compilation) (#768) 2021-05-14 03:25:40 -05: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.