https://github.com/analysis-tools-dev/website-next
Next version of the analysis tools website
https://github.com/analysis-tools-dev/website-next
code-quality community linters sast static-analysis
Last synced: 14 days ago
JSON representation
Next version of the analysis tools website
- Host: GitHub
- URL: https://github.com/analysis-tools-dev/website-next
- Owner: analysis-tools-dev
- License: mit
- Created: 2021-11-30T13:53:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T18:22:25.000Z (about 1 month ago)
- Last Synced: 2025-04-01T22:30:48.935Z (23 days ago)
- Topics: code-quality, community, linters, sast, static-analysis
- Language: TypeScript
- Homepage: https://analysis-tools.dev
- Size: 28.3 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

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.
If you also want to support this project, head over to our [Github sponsors page](https://github.com/sponsors/analysis-tools-dev).
## 🚀 Contributing
Thanks for considering to contribute to this project. Here's how to get started:
1. **Clone the repo**
```shell
git clone [email protected]:analysis-tools-dev/website.git
cd website/
```2. **Create a `.env.local` file**
Create an `.env.local` file at the root of your application and set the following
environment variables in it:```env
PUBLIC_HOST=http://localhost:3000
GOOGLE_APPLICATION_CREDENTIALS=firebase-key.json
GH_TOKEN=ghp_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
API_CACHE_TTL=12
```3. **Install the dependencies**
```shell
npm install
```4. **Start developing.**
Navigate into your new site’s directory and start it up.
```shell
npm run dev
```5. **Open the source code and start editing!**
Your site is now running at http://localhost:3000!
6. **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!