Skip to content

Commit

Permalink
Move existing documentation to the new site
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal authored and umputun committed Jun 27, 2021
1 parent 68aba33 commit 936ccd8
Show file tree
Hide file tree
Showing 24 changed files with 754 additions and 788 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,15 +629,15 @@ communicating with demo server backend running on `https://demo.remark42.com`.
But you will not be able to login with any oauth providers due to security reasons.

You can attach to locally running backend by providing `REMARK_URL` environment variable.
```sh
```shell
npx cross-env REMARK_URL=http://127.0.0.1:8080 npm start
```

**Note** If you want to redefine env variables such as `PORT` on your local instance you can add `.env` file
to `./frontend` folder and rewrite variables as you wish. For such functional we use `dotenv`

The best way for start local developer environment:
```sh
```shell
cp compose-dev-frontend.yml compose-private-frontend.yml
docker-compose -f compose-private-frontend.yml up --build
cd frontend
Expand Down
14 changes: 0 additions & 14 deletions docs/developers-guide/email-templates.md

This file was deleted.

215 changes: 0 additions & 215 deletions docs/email.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/index.md

This file was deleted.

Loading

0 comments on commit 936ccd8

Please sign in to comment.