https://github.com/tsoding/weatherhub
https://github.com/tsoding/weatherhub
hacktoberfest hacktoberfest2020
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsoding/weatherhub
- Owner: tsoding
- Created: 2017-05-02T16:18:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-03T15:00:46.000Z (almost 7 years ago)
- Last Synced: 2025-06-08T21:01:52.311Z (about 1 year ago)
- Topics: hacktoberfest, hacktoberfest2020
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.twitch.tv/tsoding)
# Catberry Empty Project

## How to use
This application only shows "Hello, world!" page.
First of all, it is needed to install dependencies:
```
npm install -- production
```
Then to start in `debug` mode without script minification and with watching for changes:
```
npm run debug
```
To start in `release` mode:
```
npm start
```
## Contributing
There are a lot of ways to contribute into Catberry:
* Give it a star
* Join the [Gitter](https://gitter.im/catberry/main) room and leave a feedback or help with answering users' questions
* [Submit a bug or a feature request](https://github.com/catberry/catberry/issues)
* [Submit a PR](https://github.com/catberry/catberry/blob/8.0.0-dev/CONTRIBUTING.md)
* If you like the logo, you might want to buy a Catberry [T-Shirt](http://www.redbubble.com/people/catberryjs/works/14439373-catberry-js-framework-logo?p=t-shirt) or a [sticker](http://www.redbubble.com/people/catberryjs/works/14439373-catberry-js-framework-logo?p=sticker)
Denis Rechkunov