Skip to content

Commit efe1c75

Browse files
committed
deno task format
1 parent 71b7da3 commit efe1c75

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ deno task test
7777

7878
### Vercel
7979

80-
The project is configured for deployment on Vercel by default. The `vercel.json` configuration handles the routing automatically.
80+
The project is configured for deployment on Vercel by default. The `vercel.json`
81+
configuration handles the routing automatically.
8182

8283
For more information, see the [Vercel documentation](https://vercel.com/docs).
8384

@@ -99,11 +100,12 @@ For more information, see the [Vercel documentation](https://vercel.com/docs).
99100
cd github-profile-trophy
100101
```
101102

102-
2. **Set up environment file** (see [Local Development](#local-development) for token setup):
103+
2. **Set up environment file** (see [Local Development](#local-development) for
104+
token setup):
103105
```sh
104106
cp env-example .env
105107
```
106-
108+
107109
Edit `.env` and configure:
108110
```properties
109111
ENABLE_REDIS=true
@@ -132,7 +134,7 @@ For more information, see the [Vercel documentation](https://vercel.com/docs).
132134
```nginx
133135
server {
134136
server_name your-domain.com;
135-
137+
136138
location / {
137139
proxy_pass http://127.0.0.1:3000;
138140
proxy_set_header Host $host;
@@ -145,12 +147,12 @@ For more information, see the [Vercel documentation](https://vercel.com/docs).
145147

146148
3. **Add SSL certificate**
147149

148-
```
149-
certbot --nginx
150-
```
150+
```
151+
certbot --nginx
152+
```
151153

152154
4. **Reload nginx configuration**
153155

154156
```
155157
systemctl reload nginx
156-
```
158+
```

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ These are endpoints provided by volunteers. Please use these in moderation.
5353
by [hongbo-wei](https://github.com/hongbo-wei)
5454
- [https://github-profile-trophy-kannan.vercel.app](https://github-profile-trophy-kannan.vercel.app)
5555
by [kann4n](https://github.com/kann4n)
56-
- [https://gh-trophy.cdnsoft.net](https://gh-trophy.cdnsoft.net)
57-
by [cromatikap](https://github.com/cromatikap)
56+
- [https://gh-trophy.cdnsoft.net](https://gh-trophy.cdnsoft.net) by
57+
[cromatikap](https://github.com/cromatikap)
5858

5959
# Quick Start
6060

0 commit comments

Comments
 (0)