Skip to content

"Geospatial world forum" is a personalised pseudo website (There is an original one) meant to build an online website for a conference.

Notifications You must be signed in to change notification settings

mutugi-c/Geospatial-World-Forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📗 Table of Contents

📖 Geospatial World Forum

Geospatial World Forum is a project to build an online website for a conference.

🛠 Built With

Tech Stack

Markup
Styling
Interaction

Key Features

  • Attractive design
  • Easy navigation

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need an IDE such as VS code, sublime, atom e.t.c:

Setup

Clone this repository to your desired folder:

Example commands:

 $ cd my-folder
 $ git clone git@github.com:mutugi-c/GIS-DAY.git

Install

Install git to work on this project with:

   $ git config --global user.name "First Last"

   $ git config --global user.email "example@example.com"

Usage

To run the project have Node.js installed, and execute the following commands to install the webpack-cli (the tool used to run webpack on the command line) if it is not installed:

  $ npm install webpack webpack-cli --save-dev

You can also use live reloading with webpack-dev-server using the following commands to install the web server, and run it:

  $ npm install --save-dev webpack-dev-server
  $ npm start

Run tests

To run tests, run the HTML document in Google Chrome and right-click the HTML element you want to inspect. Click on "Inspect" and you will have the tools to run, analyze, and even debug the code

Deployment

You can deploy this project using build tools such as webpack, Rollup, Parcel, e.t.c or even deploy using Github pages:

Example: To build for production with parcel, use the folowing commands:

  • Initialise npm package
  • Install parcel
  • Build for production
 $ npm init -y
 $ npm i -g parcel-bundler
 $ parcel build index.html

(back to top)

👥 Authors

👤 Chris Mutugi

🔭 Future Features

  • Links to any additional activities

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, give a ⭐️.

(back to top)

🙏 Acknowledgments

I would like to thank Cindy Shin, the original author of the used design.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

"Geospatial world forum" is a personalised pseudo website (There is an original one) meant to build an online website for a conference.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published