Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avikantsrivastava/avikant.com
https://github.com/avikantsrivastava/avikant.com
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/avikantsrivastava/avikant.com
- Owner: AvikantSrivastava
- License: mit
- Created: 2023-07-23T22:37:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-07T21:54:57.000Z (about 1 year ago)
- Last Synced: 2024-01-07T22:39:01.360Z (about 1 year ago)
- Language: Astro
- Homepage: https://www.avikant.com
- Size: 2.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)