mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
74b4cd535f
* Add topic select, revise content of contact form * Fix styling of btn-primary class * Restore deliver-contact-form-message function * Fix lesshint linting errors * Fix on hover style of btn-primary * Adjust box-shadow for btn-primary * Update contact form * Fix lesshint linting errors * Add personalization to submitted form modal * Add responsive styles to contact form |
||
---|---|---|
.. | ||
api | ||
assets | ||
config | ||
scripts | ||
tasks | ||
views | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.htmlhintrc | ||
.lesshintrc | ||
.npmrc | ||
.sailsrc | ||
app.js | ||
Gruntfile.js | ||
package-lock.json | ||
package.json | ||
Procfile | ||
README.md |
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.