A platform for users to post and vote on SaaS products they want to see open-sourced alternatives for.
- Node.js (v20+)
- Go 1.23+
- pnpm
- Docker and Docker Compose (for containerized setup)
-
Clone the repository:
git clone https://github.com/skilldeliver/killsaas.git cd killsaas -
Set up environment variables:
cp .env.example .env cp web/.env.example web/.env.local -
Install dependencies and run the web application:
pnpm install pnpm run devThe app will be available at http://localhost:3000
-
Enter the server
cd server&&go mod init server && go mod tidy -
Run the server
go run main.go serve
TBD