Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcampbppu/rimcentral
https://github.com/tcampbppu/rimcentral
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tcampbppu/rimcentral
- Owner: tcampbPPU
- Created: 2020-08-23T22:33:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T03:37:09.000Z (over 4 years ago)
- Last Synced: 2024-11-04T23:42:43.398Z (2 months ago)
- Language: PHP
- Size: 779 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Repo for RIM Central internal application
## setting starting
#### Clone
```
$ git clone https://github.com/tcampbPPU/RimCentral.git```
Change directory
```
$ cd rim_central
```Update your Environment File
```
$ cp -rf .env.example .env
```Install dependencies
```
$ composer install && npm install --save
```
Compile Assets
```
$ npm run dev
```
> Note run `$ npm run watch ` to enable hot reloading