feat: Add api (#112)

Add the api route -> https://nexus.nestri.workers.dev/
This commit is contained in:
Wanjohi
2024-09-10 22:38:35 +03:00
committed by GitHub
parent df9f1cfe95
commit 1b1bedff36
21 changed files with 37 additions and 8 deletions

12
packages/api/README.md Normal file
View File

@@ -0,0 +1,12 @@
# Nexus
## Development
```
npm install
npm run dev
```
```
npm run deploy
```