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
- Host: GitHub
- URL: https://github.com/payloadcms/enterprise-website-cms
- Owner: payloadcms
- Created: 2022-10-24T21:24:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T14:43:02.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T11:58:13.796Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.19 MB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.