Stelllar is a open source forum and chat platform for anonymous communities.
- Node.js 18
- Yarn
- Docker, Docker Compose
Stelllar uses PostgreSQL, and AWS S3 for database and storage service respectively.
For development, instead of AWS S3, Stelllar uses LocalStack which is a mocking of AWS services.
To start PostgreSQL and LocalStack, enter the command below.
docker-compose up -d
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.