Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

treto-dev/wagtail-grapple-gatsby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Example repositery for wagtail-grapple and gatsby-source-wagtail

Setup

Frontend

From the frontend directoy: npm i npm run develop

Backend

1. Setup poetry in backend folder

2. Run python manage.py migrate and createsuperuser and runserver

3. Create a blog article

From http://localhost:8000/admin

4. Try to preview an article