Skip to content

analysis-tools-dev/website-next

Repository files navigation

Analysis Tools Website

CI

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!

Sponsors

This project would not be possible without the generous support of our sponsors.

Bearer BugProve

If you also want to support this project, head over to our Github sponsors page.

🚀 Contributing

Thanks for considering to contribute to this project. Here's how to get started:

  1. Clone the repo
git clone git@github.com:analysis-tools-dev/website.git
cd website/
  1. Create a .env.local file

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
  1. Install the dependencies
npm install
  1. Start developing.

Navigate into your new site’s directory and start it up.

npm run dev
  1. Open the source code and start editing!

Your site is now running at http://localhost:3000!

  1. 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!