https://github.com/ali-hussein-dev/mustaghni
https://github.com/ali-hussein-dev/mustaghni
palestine
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ali-hussein-dev/mustaghni
- Owner: Ali-Hussein-dev
- Created: 2023-11-02T20:40:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T19:36:16.000Z (about 2 years ago)
- Last Synced: 2025-02-02T01:11:22.399Z (over 1 year ago)
- Topics: palestine
- Language: TypeScript
- Homepage: https://mustaghni.org/en
- Size: 7.03 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mustaghni.org
## Install dependencies
```bash
pnpm install # npm install # yarn install
```
## Environment variables
An example of these environment variables can be found in the `.env.example` file in the root directory of this project. This file lists all the environment variables used by the application, along with example values.
To use these variables, copy the `.env.example` file to a new file named `.env` in the same directory. Replace the example values in the `.env` file with your actual values.
Here is a list of all the environment variables used by the application:
- **Upstash** only used in production for incrementing searches count
- **Sanity** only required if you want to change the headless CMS
## Run the development server
```bash
pnpm dev # npm run dev # yarn dev
```