anhonestboy / payload-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Payload with PostgreSQL Template for Railway

Deploy on Railway

Development

To spin up the project locally, follow these steps:

  1. First clone or fork the repo
  2. Then cd YOUR_PROJECT_REPO && cp .env.example .env
  3. Next npm install && npm run dev
  4. Now open http://localhost:3000/admin to access the admin panel
  5. Create your first admin user using the form on the page

That's it! Changes made in ./src will be reflected in your app.

About


Languages

Language:TypeScript 100.0%