Skip to content

Building Website for a solution of zero Hunger

Notifications You must be signed in to change notification settings

sarbik99/Zero-Hunger

 
 

Repository files navigation

Zero-Hunger

Building Website for a solution of zero Hunger

All html files should be stored in views directory, but it's extension should be '.hbs' (handlebars) instead of '.html'.
All css and image files should be stored in public directory.

All 'href' attributes will have it's base directory in public directory. For example, to add css link in '.hbs' files present at views the code should be
link rel="stylesheet" href="css/style.css"
instead of
link rel="stylesheet" href="../public/css/style.css"

To run Live Server

  1. Create a new codespace. Wait for the codespace to be build properly.
  2. Open git bash terminal.
  3. Run "npm i nodemon" in the terminal. Wait for the download and installation.
  4. Type "npm run dev" in the terminal.
  5. Click on "Port" in the terminal options.
  6. Click on the "Open in Browser" to enjoy Live Server.

About

Building Website for a solution of zero Hunger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Handlebars 43.2%
  • CSS 40.9%
  • HTML 7.8%
  • JavaScript 6.0%
  • Dockerfile 2.1%