Marketing site for Portway app
npm install
npx gatsby develop
Your website will be running on http://localhost:8000/
Deployments are through Netlify. master
is automatically deployed when it's updated.
Every pull request gets a special preview URL, so that you can test changes there.
Sponsors URLs are read from the Gatsby siteMetadata, located in gatsby-config.js
.
- Sponsors will get a unique URL at /${sponsor.slug}
- An optional banner with a message (required) and logo (optional) can be displayed
Any links to the Portway app signup form should include an a
tag with the following data attribute: <a data-link="portway-signup">
. This will automatically attach a query paramter to the link indicating the signup source.
To add a new signup source, in src/scripts/utilities
edit the identifySignupSource
function.
Signup sources will be stored on the user account in Portway to track retention.