Merge branch 'main' of github.com:publite/frontend
This commit is contained in:
commit
e13f37923d
@ -30,7 +30,7 @@ Simple docker deployment
|
|||||||
docker build . -t publite_frontend
|
docker build . -t publite_frontend
|
||||||
|
|
||||||
# run it with docker
|
# run it with docker
|
||||||
docker run -p <port>:5000 publite_frontend
|
docker run -p <port>:80 publite_frontend
|
||||||
```
|
```
|
||||||
|
|
||||||
Dokku deployment with image from Docker Hub
|
Dokku deployment with image from Docker Hub
|
||||||
@ -43,5 +43,8 @@ dokku git:from-image publitefrontend publite/frontend:latest
|
|||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
|
- Add page position persistance
|
||||||
|
- Add menu with book view setting
|
||||||
|
- Add move to page by number
|
||||||
- Optimize page spliting algorythm (rewrite it)
|
- Optimize page spliting algorythm (rewrite it)
|
||||||
- Fix css modules bundling
|
- Fix css modules bundling
|
||||||
|
Loading…
x
Reference in New Issue
Block a user