mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
71952c9b0a
* feat: Make top banner not sticky * fix: issue with transition on page load and scroll * fix: add semi colon to less to resolve linting issues * fix: commas issue in less * fix: space between header and cta-banner * fix: resolve scrolling weird animation and hero section jumps * fix: responseive top value set * feat: don't animate background color * feat: add transition for the top property of the header * update sticky header function and styles Co-authored-by: Eric <eashaw@sailsjs.com> |
||
---|---|---|
.. | ||
api | ||
assets | ||
config | ||
scripts | ||
tasks | ||
views | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.htmlhintrc | ||
.lesshintrc | ||
.npmrc | ||
.sailsrc | ||
app.js | ||
Gruntfile.js | ||
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 run scripts/build-static-content.js
sails lift
Your local copy of the website is now running at http://localhost:2024!
Wipe the production database
I hope you know what you're doing. The easiest kind of database schema migration:
sails_datastores__default__url='REAL_DB_URI_HERE' sails run wipe
Then when you see the sailboat, hit CTRL+C
to exit. All done!
Bugs
To report a bug or make a suggestion for the website, click here.