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

https://github.com/netlify/cse-interview-project


https://github.com/netlify/cse-interview-project

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        



Gatsby



Customer Success Interview Project: Performance Audit

## 🚀 Quick start

### Install dependencies

```
npm i
```

### Start local development

```
npm start
```

You'll be able to view the site at http://localhost:8000

### Run and view a production build locally

This is better for testing performance related changes locally since it reflects a production build.

```
npm run build && npm run serve
```

You'll be able to view the site at http://localhost:9000

## Learn more

- [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [Tutorials](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [Guides](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [API Reference](https://www.gatsbyjs.com/docs/api-reference/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)