Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/olavea/go-go-gatsby-funcjam-21

go-go-gatsby-funcjam-21
https://github.com/olavea/go-go-gatsby-funcjam-21

Last synced: 24 days ago
JSON representation

go-go-gatsby-funcjam-21

Awesome Lists containing this project

README

        

# Ruby's TimeShip

Ruby Reckless built a TimeShip fueled by gold. To save her sister Princess Lizabeth from prison in the Tower of London. You can build your own serverless Gatsby Function TimeShip.

1. **Start developing.**

To get started clone this repo locally and run `npm install` to add all necessary packages.

```shell
cd go-go-gatsby-funcjam-21
npm install
npm run develop
```

2. **Open the code and start practicing!**

Your site is now running at http://localhost:8000! You can test the function at http://localhost:8000/api/time-ship?city=oslo&year=2026&price=333

Edit the serverless Gatsby Function TimeShip in `src/api/time-ship.js` and put your own name into the `src/pages/index.js`

3. **Deploy**

You can deploy this example on Gatsby Cloud by copying the example into a new repo and [connecting that to Gatsby Cloud](https://www.gatsbyjs.com/docs/how-to/previews-deploys-hosting/deploying-to-gatsby-cloud/#set-up-an-existing-gatsby-site).

## Submission Checklist

- [ ] Add installation documentation to the README
- [ ] Update the `/api` folder with your function
- [ ] Submit your function at https://gatsbyjs.com/func-jam-21/

## Helpful Links

Read the Gatsby [functions docs](https://www.gatsbyjs.com/docs/reference/functions/).

Check out Queen Benedicte @raae 's video A [Piratical Introduction to Serverless Gatsby Functions](https://www.crowdcast.io/e/a-practical-introduction).