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

https://github.com/wintercore/wintercore.dev


https://github.com/wintercore/wintercore.dev

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

The code for the website [https://www.wintercore.dev/](https://www.wintercore.dev/)

## How to run locally

* Install [Node](https://nodejs.org/en/)
* Clone this repository `git clone https://github.com/WinterCore/wintercore.xyz.git`
* Change your current working directory to the cloned repo `cd wintercore.xyz`
* run `npm install`
* run `npm run build`
* run `npm start`
* open [http://localhost:3000](http://localhost:3000) in your favorite browser