linting
This commit is contained in:
parent
d0450979e0
commit
79c68911f6
@ -51,11 +51,11 @@ You can also use Docker to self-host pontus-mail's frontend. Make sure you have
|
|||||||
```
|
```
|
||||||
|
|
||||||
Make sure you edit this file with values matching in `docker-compose.xml`, and other desired values like admin username/password.
|
Make sure you edit this file with values matching in `docker-compose.xml`, and other desired values like admin username/password.
|
||||||
3. Copy the example `donations.json`
|
4. Copy the example `donations.json`
|
||||||
```bash
|
```bash
|
||||||
mv donations.json.example donations.json
|
mv donations.json.example donations.json
|
||||||
```
|
```
|
||||||
4. Start and build Docker containers
|
5. Start and build Docker containers
|
||||||
```bash
|
```bash
|
||||||
docker compose up -d --build
|
docker compose up -d --build
|
||||||
```
|
```
|
||||||
@ -64,4 +64,4 @@ You will now have a fully functioning Node.js Express server, which will be runn
|
|||||||
|
|
||||||
# To-Do
|
# To-Do
|
||||||
- [ ] Port to NextJS?
|
- [ ] Port to NextJS?
|
||||||
- [ ] Hovering effects for buttons
|
- [ ] Hovering effects for buttons
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.monero {
|
.monero {
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user