This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,7 @@ | ||
# Contember Documentation | ||
|
||
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator. | ||
## Repository is archived | ||
|
||
### Installation | ||
For contributions, please visit the main Contember repository: | ||
|
||
``` | ||
npm ci | ||
``` | ||
|
||
### Environment variables | ||
|
||
Create a `.env` file with the following variables: | ||
|
||
``` | ||
CONTEMBER_SESSION_TOKEN=0000000000000000000000000000000000000000 | ||
CONTEMBER_API_URL=http://localhost:1481 | ||
CONTEMBER_PROJECT_NAME=docs | ||
``` | ||
|
||
### Local Development | ||
|
||
``` | ||
test -f docker-compose.override.yaml || cp docker-compose.override.dist.yaml docker-compose.override.yaml | ||
npm start | ||
``` | ||
|
||
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server. | ||
🔗 [contember/contember](https://github.com/contember/contember) |