fix: remove references to github
This commit is contained in:
parent
13b5e68bf6
commit
f111ae3ab9
10
README.md
10
README.md
@ -3,7 +3,7 @@
|
||||
A static website that returns appropriate content to the website user based on the provided ID.
|
||||
|
||||
## Which files am I allowed to edit?
|
||||
- [template section of index.html](index.html)
|
||||
- template section of [index.html](index.html)
|
||||
- all files in `data` directory:
|
||||
- [constants.js](data/constants.js)
|
||||
- [custom-style.css](data/custom-style.css)
|
||||
@ -25,8 +25,8 @@ Example:
|
||||
```
|
||||
|
||||
Then, prepare your API:
|
||||
1. Clone [this](https://github.com/sadorowo/dynamic-content-delivery-api) repository.
|
||||
2. Edit [data/data-source.json] file:
|
||||
1. Clone [this](https://git.sador.me/sadorowo/dynamic-content-delivery-api) repository.
|
||||
2. Edit **[data/data-source.json](data/data-source.json)** file:
|
||||
- provide your data in `DATA` constant like this:
|
||||
```javascript
|
||||
const DATA = {
|
||||
@ -49,7 +49,7 @@ Then, prepare your API:
|
||||
...
|
||||
}
|
||||
```
|
||||
- edit your [data/config.json]:
|
||||
- edit your **[data/config.json](data/config.json)**:
|
||||
1. provide your API host in `API_HOST` constant.
|
||||
2. provide your API port in `PORT` constant.
|
||||
|
||||
@ -70,4 +70,4 @@ If provided style doesn't work, try adding `!important` to the end of CSS rule.
|
||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
||||
|
||||
## Authors
|
||||
- [**@sadorowo**](https://github.com/sadorowo) - original author
|
||||
- [**@sadorowo**](https://git.sador.me/sadorowo) - original author
|
Loading…
Reference in New Issue
Block a user