1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-11 07:51:20 +00:00
No description
Find a file
2019-02-18 21:51:06 +01:00
web-frontend changed button loading a bit 2019-02-18 21:51:06 +01:00
.editorconfig prepared for first scss code 2019-02-15 16:05:38 +01:00
.gitignore added web-frontend webpack environment 2019-02-15 14:52:44 +01:00
.gitlab-ci.yml added web-frontend webpack environment 2019-02-15 14:52:44 +01:00
docker-compose.yml added web-frontend webpack environment 2019-02-15 14:52:44 +01:00
Dockerfile added web-frontend webpack environment 2019-02-15 14:52:44 +01:00
Makefile added web-frontend webpack environment 2019-02-15 14:52:44 +01:00
README.md added web-frontend webpack environment 2019-02-15 14:52:44 +01:00

Baserow

To first start Baserow make sure you have installed docker and docker-compose. After that execute the following commands.

docker network create baserow_default
docker-compose up -d

For now it's only possible to work on the frontend SCSS components. In order to do so you can execute the commands below and then visit http://localhost:8080 in your browser.

docker exec -it baserow bash
cd /baserow/web-frontend
yarn dev