Reload is a starter for Remix and Payload that makes it easy to get started with building your webapp. With Reload, you'll have a complete development environment that you can run locally.
To get started with Reload, you'll need to have Docker and NPM || Yarn || PNPM installed on your machine.
- Clone this repository:
git clone https://github.com/mooxl/reload.git - Change into the repository directory:
cd reload - Start your MongoDB instance
- Create
.envfrom.env.example - Install the dependencies:
yarn - Start the app:
yarn dev
The site will be served at http://localhost:3000 and the Payload will be available at http://localhost:3000/admin.