A website listing the projects we push to maven.
The following steps will guide you in setting up this project for local development.
Be aware that queries made to the GitHub API (for repository information) are done without authentication, and are subject to GitHub's rate limiting.
-
Install npm.
-
In the project directory, install dependencies through npm:
npm install
-
Run the development server:
npm run dev
-
After making changes and before committing, run ESLint:
npm run lint