https://github.com/crane-cloud/cms-frontend
https://github.com/crane-cloud/cms-frontend
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crane-cloud/cms-frontend
- Owner: crane-cloud
- Created: 2021-10-19T11:44:05.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-02T07:07:13.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T09:24:45.114Z (over 1 year ago)
- Language: JavaScript
- Size: 1.92 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crane Cloud CMS Frontend
This is a repo for the CMS Frontend for Crane Cloud.
## Setup
Follow these steps to have a local running copy of the CMS Frontend.
To set up the Frontend, clone the repo:
1 - Clone the repo https://github.com/crane-cloud/cms-frontend.git If `master` is not up to date, checkout `develop`.
2 - We prefer `Yarn` over NPM but both are supported.
3 - Install the dependencies using 'yarn' or 'npm install' with ```yarn install``` or ```npm install```
4 - Create a `.env` file and add the CMS backend URL. Specifically, like this: `REACT_APP_API_BASE_URL=the_cms_backend_url`
5 - Run 'yarn start' to start the server.