Weather dashboard https://natronics.org/weather/
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Nathan Bergey 5a78a9da99 Turn real weather data back on il y a 5 ans
src Turn real weather data back on il y a 5 ans
.gitignore Ignore dist diretory entierly il y a 5 ans
README.markdown webpack: Use HtmlWebpackPlugin il y a 5 ans
deploy.sh Deploy script il y a 5 ans
package.json webpack: Use HtmlWebpackPlugin il y a 5 ans
webpack.config.js Add meta tags il y a 5 ans

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