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
- Host: GitHub
- URL: https://github.com/shinjith-dev/ulinks
- Owner: shinjith-dev
- License: mit
- Created: 2024-02-17T11:05:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T12:45:41.000Z (over 2 years ago)
- Last Synced: 2025-02-10T04:29:41.628Z (over 1 year ago)
- Topics: collection, dev, developer, developer-tools, links, open-source, tools, urls
- Language: MDX
- Homepage: https://ulinks.shinjith.dev
- Size: 89.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.