bimdata / platform-old

BIMData Platform is a web application to manage your project in the BIM ecosystem

Home Page:https://platform.bimdata.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository has been moved to https://github.com/bimdata/platform

BIMData Platform

BIMData Platform is a web application to manage your project in the BIM ecosystem. You can manage your projects and your files in relation to your users. Projects are organized into Clouds. BIMData Platform manages models with open formats such as IFC and BCF.

Screenshot BIMData Platform

Technical view of the Platform

️️BIMData Platform is a web application. It's a frontend to the BIMData's API, built with Javascript using Vue.

Install

Clone this repository

git clone https://github.com/bimdata/platform.git

and place yourself in the platform/ directory. Then by CLI, using NPM packager, install dependencies and launch the Platform on your local server.

Configure your Platform

Type the following commands to:

Install dependencies

npm i

(It's a shortcut for npm install.)

Configure environment

cp .env.example .env

Change in .env any custom configuration

Edit your .env file in a text editor, and change:

Start your dev server

While being still in the platform/ directory, type the following command:

npm run serve

And the local server is up & running!

Additional tasks

Compile SVG icons

Added an new icon? Re-generate the SVG by running the following command:

npm run svg-process

Running tests

Run the unit tests by running the following commands:

npm run unit

All tests:

npm run test

Running and deploy

Building for production

npm run build

License

You are free to copy, modify, and distribute BIMData Platform Backend under the terms of the LGPL 3.0 license.
See the LICENSE file for details.

About

BIMData Platform is a web application to manage your project in the BIM ecosystem

https://platform.bimdata.io

License:GNU Lesser General Public License v3.0


Languages

Language:Vue 65.0%Language:SCSS 17.4%Language:JavaScript 17.3%Language:HTML 0.2%Language:Dockerfile 0.2%