This is the previous static html website code for https://marmalade.ai which automatically deploys to Netlify when pushed to Github. It was written in Gatsby 3. The code for https://marmalade.ai is now generated by a Gatsby.js project located at https://github.com/Marmalade-ai/company-website-2023. It used Tailwind CSS for styling.
npm install
npm install -g gatsby-cli
(version 3.9.0 or newer)npm run develop
to start the developer version of the site, which rebuilds automatically when you save changes to the source code.vscode
set-upWe use several extensions to vscode in our development environment for enforcing format conventions and for checking for common coding errors:
npm install
to get the full set of dependencies.
scripts
defined in package.json from the command line:
npm run [script_name]
For example, to run the linter, letting it fix errors automatically:
npm run lint:fix
origin/master
. You should only pull from origin/master
.origin
for merging to master
branch on GitHub through a Pull Request. You should follow that process even if no one but you will review that Pull Request.Merge
that Pull Request, because that person knows best when the Pull Request is complete and ready to be merged.Copyright © 2021-2023 Marmalade AI, Inc.
This source code is licensed under the MIT License. See the LICENSE file for more details.