Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.03 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.03 KB

Schmell Admin

This is an admin panel created for the Schmell app. It is used to manage the app's content and administrative tasks. The app is built with Next.js and React and is written in TypeScript.

Technologies used

  • Auth0
  • Mantine
  • Next.js
  • React
  • TypeScript
  • React Query
  • Vercel

Getting Started

Prerequisites

  • Node.js
  • Yarn

Installing and Running

  1. Clone the repository:

    git clone https://github.com/schmell-app/admin.git
  2. Create an .env.local file in the root directory. The file should contain all the properties listed in the .env.example file.

  3. Install necessary dependencies with Yarn:

    yarn
  4. Run the project:

    yarn dev

The project should now be running on http://localhost:3000.

License

This work is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. See LICENSE for more information.