An open API service indexing awesome lists of open source software.

https://github.com/shinjith-dev/ulinks

A curated collection of useful links for developers
https://github.com/shinjith-dev/ulinks

collection dev developer developer-tools links open-source tools urls

Last synced: about 1 year ago
JSON representation

A curated collection of useful links for developers

Awesome Lists containing this project

README

          





The ULinks contains a wide range of valuable links that may be useful to developers in various domains. The list is still in its early stages; please contribute your collection to help it grow.
## Run Locally

Clone the project

```bash
git clone https://github.com/shinjith-dev/ulinks.git ulinks
```

Go to the project directory

```bash
cd ulinks
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run dev
```

Open http://localhost:3000 with your browser to see the result.

## Contributing

Contributions are always welcome!

See `CONTRIBUTING.md` for ways to get started.