Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tcampbppu/rimcentral


https://github.com/tcampbppu/rimcentral

Last synced: 15 days ago
JSON representation

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