- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Geospatial World Forum is a project to build an online website for a conference.
Markup
Styling
Interaction
- Attractive design
- Easy navigation
To get a local copy up and running, follow these steps.
In order to run this project you need an IDE such as VS code, sublime, atom e.t.c:
Clone this repository to your desired folder:
Example commands:
$ cd my-folder
$ git clone git@github.com:mutugi-c/GIS-DAY.git
Install git to work on this project with:
$ git config --global user.name "First Last"
$ git config --global user.email "example@example.com"
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
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
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
👤 Chris Mutugi
- GitHub: @mutugi-c
- Twitter: @chris__mutugi
- LinkedIn: chris-mutugi
- Links to any additional activities
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, give a ⭐️.
I would like to thank Cindy Shin, the original author of the used design.
This project is MIT licensed.