Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonge committed May 6, 2023
1 parent 3b717b1 commit 52b427b
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1,734 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
*.sw?


# apidoc
/docs


# cypress
/cypress/videos/
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Message Board SSR
# Conduit

[Message Board SSR](https://github.com/yoonge/message-board-ssr.git) built with Art-Template + ESlint + Joi + JWT + Koa2 + Prettier + TypeScript.
[Conduit](https://github.com/yoonge/conduit-ssr.git) - A SSR RealWorld example App built with Art-Template + ESlint + Joi + JWT + Koa2 + Prettier + TypeScript.

## Getting Started

```sh
$ git clone https://github.com/yoonge/message-board-ssr.git
$ cd message-board-ssr
$ git clone https://github.com/yoonge/conduit-ssr.git
$ cd conduit-ssr
$ pnpm i
$ pnpm dev
```
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"author": "Yoonge <7884008@qq.com>",
"description": "Message Board SSR built with Art-Template + ESlint + Joi + JWT + Koa2 + Prettier + TypeScript.",
"description": "Conduit - A SSR RealWorld example App built with Art-Template + ESlint + Joi + JWT + Koa2 + Prettier + TypeScript.",
"keywords": [
"Art-Template",
"Conduit",
"ESlint",
"Joi",
"JWT",
"Koa2",
"Prettier",
"RealWorld",
"SSR",
"TypeScript"
],
"name": "message-board-ssr",
"name": "conduit-ssr",
"private": true,
"type": "module",
"version": "0.1.0",
Expand Down Expand Up @@ -43,7 +45,6 @@
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@types/apidoc": "^0.50.0",
"@types/debug": "^4.1.7",
"@types/jsonwebtoken": "^9.0.1",
"@types/koa": "^2.13.6",
Expand All @@ -56,7 +57,6 @@
"@types/md5": "^2.3.2",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"apidoc": "^0.54.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"nodemon": "^1.19.4",
Expand Down
Loading

0 comments on commit 52b427b

Please sign in to comment.