Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali-sdg90/dpa-restook-admin-panel
DPA-Restook-Admin-Panel
https://github.com/ali-sdg90/dpa-restook-admin-panel
Last synced: about 13 hours ago
JSON representation
DPA-Restook-Admin-Panel
- Host: GitHub
- URL: https://github.com/ali-sdg90/dpa-restook-admin-panel
- Owner: Ali-Sdg90
- License: mit
- Created: 2024-08-05T18:32:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T21:06:48.000Z (23 days ago)
- Last Synced: 2024-10-28T01:13:00.041Z (23 days ago)
- Language: JavaScript
- Homepage:
- Size: 4.95 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DPA-Restook-Admin-Panel
DPA-Restook-Admin-Panel is a React application for managing the Restook platform. It provides an admin panel for managing various aspects of the platform, including advertisements, restaurants, and users.
## Project Setup
To set up the project, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/Ali-Sdg90/DPA-Restook-Admin-Panel.git
cd DPA-Restook-Admin-Panel/restook-admin-panel
```2. Install the dependencies:
```bash
npm install
```3. Run the development server:
```bash
npm start
```4. Build the project for production:
```bash
npm run build
```## Usage Guidelines
- To run the application in development mode, use `npm start`.
- To run tests, use `npm test`.
- To build the application for production, use `npm run build`.
- To deploy the application to GitHub Pages, use `npm run deploy`.## Deployment to GitHub Pages
To deploy the project to GitHub Pages, follow these steps:
1. Ensure the `homepage` field in `package.json` is set to the correct URL:
```json
"homepage": "https://.github.io//"
```2. Run the following command to build and deploy the project:
```bash
npm run deploy
```For more detailed information, refer to the [restook-admin-panel/README.md](restook-admin-panel/README.md) file.