Skip to content

FOSS-Community/fosscu-subdomain-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.