Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
David Garcia committed Feb 14, 2020
1 parent aea7ac8 commit 23e810f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ restore_thethe_db.sh <mongodb_container_name>

---

### External storage
### External storage

There is a folder called **extenal** for everything theTHE should store outside a database: files, images, etc.

Expand All @@ -86,12 +86,26 @@ See [updating thethe](https://github.com/ElevenPaths/thethe/wiki/How-to-update-t

If you want to collaborate with the project, a development version is provided:

### Get the repository
### Get the repositories

```bash
git clone https://github.com/ElevenPaths/thethe.git
```

Inside **thethe** main repo:

for the server:

```bash
git clone https://github.com/ElevenPaths/thethe_server.git
```

for the frontend:

```bash
git clone https://github.com/ElevenPaths/thethe_frontend.git
```

### Docker (don't forget your :coffee:)

```bash
Expand All @@ -100,8 +114,10 @@ docker-compose -f docker-compose_dev.yml up -d

### Run the frontend

In develop mode the frontnd does not run inside a container, do:

```bash
cd frontend
cd thethe_frontend
npm install
npm run serve
```
Expand Down
2 changes: 1 addition & 1 deletion thethe_frontend
Submodule thethe_frontend updated from 17b69f to d5b053
2 changes: 1 addition & 1 deletion thethe_server
Submodule thethe_server updated from 7274f8 to 9b0641

0 comments on commit 23e810f

Please sign in to comment.