Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 591 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 591 Bytes

Keystone6 Starter Kit: With Structure

Welcome, welcome! 👋🏼

This Starter kit:

  • adds one possible way to organize your Keystone6 files for larger projects

Lists

  • A User list with a name and email fields - this will be your base authentication entity
    • You can add more fields to this list as needed

Run

yarn install

# and then

yarn dev

To view the config for your new app, look at ./keystone.ts

If you found this project useful, please consider giving it a ⭐️ on GitHub.