Skip to content

umdevclub/umdevclub.github.io

Repository files navigation

.devClub's Website

Deployment

Getting Started

Prerequisites

Git
Node.js (v14.16.0 or newer)

Setting up and running the project

  1. Run the following command to clone the github repository
git clone https://github.com/umdevclub/umdevclub.github.io
  1. Navigate into the project's folder
cd umdevclub.github.io
  1. Install the dependencies for the project
npm install
  1. Run the project
npm start

And now the app will be running in the development mode.
Open http://localhost:3000 to view local version of the website in the browser.

Deployment

Every time a commit is made to the main branch, the react source code is automatically built and published to the gh-pages branch, which is then used to serve the users.
So you don't need to worry about deployment of your code: As long as your changes are in the main branch, they will be reflected on the actual website within 1-3 minutes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published