https://github.com/junongx/ebonymemo-admin-reactjs
Content management application for Ebony Memo
https://github.com/junongx/ebonymemo-admin-reactjs
react webapp
Last synced: about 2 months ago
JSON representation
Content management application for Ebony Memo
- Host: GitHub
- URL: https://github.com/junongx/ebonymemo-admin-reactjs
- Owner: JunoNgx
- License: mit
- Created: 2020-07-07T09:20:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T13:00:45.000Z (about 2 years ago)
- Last Synced: 2025-03-30T01:37:43.500Z (about 1 year ago)
- Topics: react, webapp
- Language: JavaScript
- Homepage: https://eleum-loyce.netlify.app/
- Size: 2.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ebony Memo - Content Management Application
This application provides GUI and basic functionalities to manage content for [Ebony Memo](https://ebonymemo.com/), an arthouse videogame curator website for smartphones. For the remaining components:
* [View the frontend source](https://github.com/JunoNgx/ebonymemo-frontend-next).
* [View the backend source](https://github.com/JunoNgx/ebonymemo-backend-nodejs).
## Current deployment
This application is currently deployed for production [via Netlify](https://eleum-loyce.netlify.app/).
[](https://app.netlify.com/sites/eleum-loyce/deploys)
## Tech stack
This application is powered by [ReactJS](https://reactjs.org/) and [SASS](https://sass-lang.com/) and deployed on Netlify.
## Environment variables
`REACT_APP_API_URL`: url to backend API.
The environment variable `.env` is already setup in the repository as the only variable is public.
## ReactJS
For more information on ReactJS, visit [the documentation on ReactJS.org](https://reactjs.org/docs/getting-started.html).
## How to run
First, clone the repository and move into the directory:
```
git clone https://github.com/JunoNgx/ebonymemo-admin-reactjs.git
cd ebonymemo-admin-reactjs
```
Then, run the developement server:
```bash
npm run dev
# or
yarn dev
```
[http://localhost:3000](http://localhost:3000) should be automatically be opened with your default browser.
The project is setup with `nodemon` and any file change will trigger a restart.
## Contribution
For suggestions and criticism, please feel free to open an issue for this repository.