Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T14:45:37.000Z (7 months ago)
- Last Synced: 2024-11-08T19:03:06.259Z (3 months ago)
- Topics: code-quality, community, linters, sast, static-analysis
- Language: TypeScript
- Homepage: https://analysis-tools.dev
- Size: 28.3 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![CI](https://github.com/analysis-tools-dev/website/workflows/deploy/badge.svg)
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!