Weather dashboard https://natronics.org/weather/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
Nathan Bergey 5a78a9da99 Turn real weather data back on 5 年前
src Turn real weather data back on 5 年前
.gitignore Ignore dist diretory entierly 5 年前
README.markdown webpack: Use HtmlWebpackPlugin 5 年前
deploy.sh Deploy script 5 年前
package.json webpack: Use HtmlWebpackPlugin 5 年前
webpack.config.js Add meta tags 5 年前

README.markdown

Weather Dashboard

Install

Install all the dependencies for the project with

$ npm install

Build

Then run

$ npm run build

to create all site code in dist. To deploy serve the dist directory.

Hack

Dev mode:

$ npx webpack