Skip to content

CommunityPro/communitypro.org

Repository files navigation

Communitypro.org

🔅 Official website of the community

Run Locally

Follow these steps below to run this project locally in your machine.

Prerequisites

Node.js - vite requires node at least version 10.16.0 Download and install it on your machine.

Clone this repository to your local machine.

git clone https://github.com/CommunityPro/communitypro.org.git

Change directory into the client folder. This is where the frontend code lives.

cd client
npm install

Run the development server to view the app.

npm run dev

Now you can navigate to http://localhost:3000 to view the app.

Adittional Commands

npm run build

This is a preview of your build.

npm run serve

This is a preview of your dev server