Weather dashboard https://natronics.org/weather/
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
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