Skip to content

Commit

Permalink
chore: remove the "server" mode tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Sep 18, 2024
1 parent 28cb237 commit 36f8ced
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 853 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/deploy.yml

This file was deleted.

28 changes: 0 additions & 28 deletions Dockerfile

This file was deleted.

7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,9 @@ pnpm build
pnpm start
```

Build and Deploy the project (Docker):
Build and Deploy the project (Cloudflare Pages):

```bash
docker build -t contribute .
docker run -p 3000:3000 contribute
```
Set `NPM_FLAGS = --version` in the Cloudflare Pages UI and set `npx pnpm i --store=node_modules/.pnpm-store && npm run build` in the build command field.

# License

Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@
"@astrojs/starlight-tailwind": "2.0.3",
"@astrojs/tailwind": "5.1.1",
"astro": "4.15.7",
"express": "4.21.0",
"morgan": "1.10.0",
"tailwindcss": "3.4.12",
"typescript": "5.6.2",
"winston": "3.14.2"
"typescript": "5.6.2"
},
"devDependencies": {
"@playwright/test": "1.47.1",
Expand Down
Loading

0 comments on commit 36f8ced

Please sign in to comment.