apptension / saas-boilerplate

SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!

Home Page:https://apptension.com/saas-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initialization completed docs issue

matiasanaya opened this issue · comments

Documentation is

  • Missing
  • Outdated
  • Confusing
  • Not sure?

Explain in detail

After running `` I get:

——————————————————————————————————————————————————————————————————————————————————————————————————————
Initialization completed! 🚀 To start the application, please refer to the following commands:

| Start backend:
|
| pnpm nx run core:docker-compose:up
|
| or a shorter version:
|
| make up
|
| This will run docker containers for all the backend services in the detached mode.
|
| Backend is running on http://localhost:5001.
|
| Admin Panel is running on http://admin.localhost:5001.
|
| Mailcatcher is running on http://localhost:1080.
|
| Start webapp:
|
| pnpm nx start webapp
|
| Web app is running on http://localhost:3000.
|
| Start documentation:
|
| pnpm nx start docs
|
| Docs app is running on http://localhost:3006.

📖 Official documentation: https://docs.demo.saas.apptoku.com/
🌟 SaaS Boilerplate page: https://www.apptension.com/saas-boilerplate
🔗 Main repository: https://github.com/apptension/saas-boilerplate
📣 Discord server: https://discord.apptension.com
——————————————————————————————————————————————————————————————————————————————————————————————————————

Tried running make up as suggested, got:

$ make up
make: *** No rule to make target `up'.  Stop.

Your Suggestion for Changes

I believe the correct command is:

pnpm saas up