This is the main website code of analysis-tools.dev.
It is a community-organized project around static and dynamic analysis tools.
You can help make this website better!
Thank you to CodeRabbit for sponsoring this project, and to everyone who has supported it over the years.
Support this project through GitHub Sponsors or Open Collective.
Thanks for considering to contribute to this project. Here's how to get started:
- Clone the repo
git clone git@github.com:analysis-tools-dev/website.git
cd website/- Create a
.env.localfile
Create an .env.local file at the root of your application and set the following
environment variables in it:
PUBLIC_HOST=http://localhost:3000
GOOGLE_APPLICATION_CREDENTIALS=firebase-key.json
GH_TOKEN=ghp_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
API_CACHE_TTL=12- Install the dependencies
npm install- Start developing.
Navigate into your new site’s directory and start it up.
npm run dev- Open the source code and start editing!
Your site is now running at http://localhost:3000!
- Send us a pull request
Once you're happy with your changes, please send us a pull request and we'll review it promptly. Don't be afraid to make small changes or ask for feedback early. We're happy to help!