https://github.com/preprio/gatsby-quick-start
https://github.com/preprio/gatsby-quick-start
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/preprio/gatsby-quick-start
- Owner: preprio
- Created: 2023-06-23T09:50:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T05:12:01.000Z (about 1 year ago)
- Last Synced: 2025-02-28T21:04:39.252Z (3 months ago)
- Language: JavaScript
- Size: 1.15 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gatsby Quick Start
The Gatsby quick start project launches a blog app with content from Prepr.## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install --shamefully-hoist
```## Add the environment file
Copy the .env.example file in this directory to .env (which will be ignored by Git) by running the following command:
```bash
cp .env.example .env
```## Update the environment file
In the .env file replace `` with the Prepr API URL from your environment access token with demo content.## Development Server
Start the development server on http://localhost:8000
```bash
npm run develop
```## Production
Check out the [deployment documentation](https://www.gatsbyjs.com/docs/how-to/previews-deploys-hosting/) for more information.
## The end result
