Skip to main content

Install

Prerequisites​

  • NodeJS (18.x).
  • âš  A computer that runs Linux or macOS (Windows compatibility on the way !)

Install Manifest​

Run the following on your terminal from the root of your project:

npx add-manifest

This will create a manifest/backend.yml file and add the required dependencies.

Then, serve the backend locally:

npm run manifest

You can now:
- See your Admin panel at http://localhost:1111 using the email admin@manifest.build and the password admin
- Use your REST API at http://localhost:1111/api

tip

If you already have a frontend app, you can run the npx add-manifest command from your project root to include it in your repo.