Warning This repo is no longer maintained and is not recommended for use. There may be security vulnerabilities in dependencies.
See the Use Serverless Rust with Netlify Functions blog post on the Rodney Lab site for more on how to set this site up. Please drop questions into a comment at the bottom of that page. There is a live demo at gatsby-serverless-rust.rodneylab.com.
Here's the quick start:
If you're seeing this, you've probably already done this step. Congrats!
git clone https://github.com/rodneylab/gatsby-serverless-rust
cd gatsby-serverless-rust
npm install
gatsby develop
npm run build
You can preview the built app with
gatsby serve
.