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