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

https://github.com/payloadcms/enterprise-website-cms

An enterprise website CMS that can show how to build large websites on a design system, at scale
https://github.com/payloadcms/enterprise-website-cms

Last synced: 2 months ago
JSON representation

An enterprise website CMS that can show how to build large websites on a design system, at scale

Awesome Lists containing this project

README

        

# Enterprise Website Design System CMS boilerplate
This is a boilerplate for a CMS built with [Payload](https://payloadcms.com). It's a starter template that showcases how to scaffold out collections, globals and fields in Payload. You can pull this down and launch it locally to see how it works.

## Getting Started
1. Clone this repo
2. `cd` into the directory and run `yarn` or `npm install`
3. Copy (`cp`) the `.env.example` file to an `.env` file
4. Run `yarn dev` or `npm run dev` to start the development server
5. Visit `http://localhost:8000` to access the admin panel
6. Login with the following credentials:
- Email: `[email protected]`
- Password: `test`

## Frontend Development
Clone the [frontend](https://github.com/payloadcms/enterprise-website) and follow the instructions there to get started. You can use this repo as a backend for the frontend and see for yourself how it all works together.