https://github.com/neoforged/project-listing
A website listing the projects we publish to maven
https://github.com/neoforged/project-listing
project-index project-list website
Last synced: over 1 year ago
JSON representation
A website listing the projects we publish to maven
- Host: GitHub
- URL: https://github.com/neoforged/project-listing
- Owner: neoforged
- License: mit
- Created: 2023-11-07T19:13:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-09T15:35:51.000Z (over 1 year ago)
- Last Synced: 2025-03-21T12:21:23.705Z (over 1 year ago)
- Topics: project-index, project-list, website
- Language: Vue
- Homepage: https://projects.neoforged.net
- Size: 107 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Projects Web
A website listing the projects we push to maven.
## Development
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](https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28).
1. Install [npm](https://docs.npmjs.com/cli/v10/configuring-npm/install).
2. In the project directory, install dependencies through npm:
```bash
npm install
```
3. Run the development server:
```bash
npm run dev
```
4. After making changes and before committing, run ESLint:
```bash
npm run lint
```