The admin console is a dashboard of sorts, to help manage operations of your Kommentar instance.
Make sure to read the documentation for more information. Documentation
To run the admin console locally, follow these steps:
-
Clone the repository:
git clone https://github.com/kommentar/admin-console.git
-
Install dependencies:
cd admin-console pnpm install -
Setup environment variables:
cp .env.example .env # Edit .env file to set your environment variables -
Start the server:
pnpm start # OR pnpm dev