Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/avikantsrivastava/avikant.com


https://github.com/avikantsrivastava/avikant.com

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# www.avikant.com

Steps to run this project locally
```bash
docker build . --tag avikant.com
docker run -p 3000:80 avikant.com
```
The site will run on [localhost:3000](localhost:3000)