https://github.com/jefer94/copy-of-admin
Thsi repo pretend test cypress integration
https://github.com/jefer94/copy-of-admin
Last synced: 8 days ago
JSON representation
Thsi repo pretend test cypress integration
- Host: GitHub
- URL: https://github.com/jefer94/copy-of-admin
- Owner: jefer94
- Created: 2021-11-02T00:00:19.000Z (over 3 years ago)
- Default Branch: feature/enable-schedule
- Last Pushed: 2021-11-02T13:59:41.000Z (over 3 years ago)
- Last Synced: 2025-02-17T09:42:51.361Z (3 months ago)
- Language: JavaScript
- Size: 53.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BreatheCode Admin Client v2.0
## If you use Windows install it
```bash
npm install --g --production windows-build-tools
```## Use Nodejs v12
## Installation
1. Fork this repository into your account.
2. Clone your fork repo into your computer `git clone https://github.com//admin`
3. Switch to the development branch:
4. create the .env file following the template on .env.example and make sure to use the development API host.
5. Install the packages: npm install
6. Start the development server: npm run start## Runing the tests
This section is under development.
## for nvm problems
use:
npm --build-from-source install node-pre-gyp