tower-admin
v1.0.3
Published
1. Clone the repo: `git clone [email protected]:tower-web/tower-admin.git` - __Alternatively install the https version: `npm install https://gitlab.com/tower-web/tower-admin.git`__ 3. Navigate into the project: `cd tower-admin` 4. Install dependencies: `npm
Downloads
64
Readme
Running the application
- Clone the repo:
git clone [email protected]:tower-web/tower-admin.git
- Alternatively install the https version:
npm install https://gitlab.com/tower-web/tower-admin.git
- Navigate into the project:
cd tower-admin - Install dependencies:
npm install
If you are working on the client or server packages
- Clone the website:
git clone [email protected]:tower-web/website-template.git website - Run dev:
npm run dev - Voila & carry on!
