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

https://github.com/octolinker/octolinker-site

Home of
https://github.com/octolinker/octolinker-site

Last synced: 9 months ago
JSON representation

Home of

Awesome Lists containing this project

README

          

# OctoLinker site

Build using [next](https://github.com/zeit/next.js/) and deployed on [Vercel](https://vercel.com/?utm_source=octolinker&utm_campaign=oss)

## Contributing

To get started:

1. Clone the repository:

```bash
git clone git@github.com:OctoLinker/octolinker-site.git octolinker-site
cd octolinker-website
```

2. Install dependencies

```bash
npm install
```

3. Start dev server

```bash
npm run dev
```

Now you're ready to do something awesome!