0.0.19 • Published 5 years ago
walrus-marketing v0.0.19
walrus-marketing
The marketing site for walrus.ai, built on Gatsby.
Development
npm install --global gatsby-cli
npm install
npm run dev
This will begin watching all relevant files and serving the marketing site at https://localhost:8000
.
Deploy
Running npm run deploy
will build the marketing site for production, and then deploy it to our Google Cloud Storage bucket.
This requires the gsutil
library to be installed locally.