https://github.com/wrtnlabs/studio-pro
Wrtn Studio Pro Documents
https://github.com/wrtnlabs/studio-pro
Last synced: 8 months ago
JSON representation
Wrtn Studio Pro Documents
- Host: GitHub
- URL: https://github.com/wrtnlabs/studio-pro
- Owner: wrtnlabs
- License: agpl-3.0
- Created: 2024-09-02T04:58:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-23T05:31:05.000Z (9 months ago)
- Last Synced: 2025-02-05T07:35:56.408Z (8 months ago)
- Language: HTML
- Size: 126 MB
- Stars: 5
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Outline
Studio Pro Documents Repository.
Here is list of address of the Studio Pro Documents.- https://wrtn.ai/studio-pro
- https://wrtn.ai/studio-pro/docs/
- https://wrtn.ai/studio-pro/tech-specs/
- https://wrtn.ai/studio-pro/api/
- https://wrtn.ai/studio-pro/swagger/
## Setup
```bash
git clone https://github.com/wrtnio/studio-pro
cd studio
npm install
npm run dev
```Just run above commands.
After that, connect to the below link and develop the documents website with debugging.
http://localhost:3000/studio-pro/
## Deploy
If you push to the `main` branch, the website would be deployed.By the way, do not commit directly to the `main` branch, but take pull request.