Skip to content

This project is built with Next.js appdir and uses Supabase for authentication and database management.

License

Notifications You must be signed in to change notification settings

enesdir/docstore-mantine

Repository files navigation

DocStore-Mantine

This project is built with Next.js and uses Supabase for authentication and database management.

docstore-landing

docstore-dashboard

docstore-dashboard2

To see the use and details of this project:: Project Docs

Stacks

to see in detail the technologies used in this project: Next.js + Typescript

Getting Started

Prerequisites

  • node >=18.4.0
  • supabase account

Running Locally

This application requires Node.js.

  1. Clone the repository to your local machine.
git clone https://github.com/enesdir/docstore-mantine.git
cd docstore-mantine
  1. Install dependencies by running npm install.
npm install
  1. Set environment variables. Create a .env.local file in the root directory of the project and add the following variables:
NEXT_PUBLIC_SUPABASE_URL=<your-supabase-url>
NEXT_PUBLIC_SUPABASE_ANON_KEY=<your-supabase-anon-key>
  1. Start the development server by running
npm run dev

Contributing

Contributions to the project are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with descriptive commit messages.
  4. Push your branch to your forked repository.
  5. Create a pull request to merge your changes to the main repository.

About

This project is built with Next.js appdir and uses Supabase for authentication and database management.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published