https://github.com/wintercore/wintercore.dev
https://github.com/wintercore/wintercore.dev
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wintercore/wintercore.dev
- Owner: WinterCore
- License: mit
- Created: 2019-05-01T20:33:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T05:08:58.000Z (over 3 years ago)
- Last Synced: 2025-02-14T20:31:29.995Z (over 1 year ago)
- Language: TypeScript
- Size: 784 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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