Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 994 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 994 Bytes

FOSSCU Subdomain Checker

Check availability of subdomains under fosscu.org

Feedback and Support

If you'd like to give feedback or need support, please see our discord.

Get started

You can use docker to run it locally for development purpose

With Docker

This is the recommended and only supported method of developing FOSSCU Subdomain Checker.

Note - You'll need NETLIFY_ACCESS_KEY value in .env in order to run this project, you can get in via Netlfiy Docs

git clone https://github.com/FOSS-Community/fosscu-subdomain-checker
cp fosscu-subdomain-checker/app/.env.example fosscu-subdomain-checker/app/.env
cd fosscu-subdomain-checker
docker-compose up -d --build

Contributing

Contributions are very welcome. Please lint/format code before creating PRs.