An online hub for investors and startupers to showcase projects/startups and invest in them.
This repository holds the client for StartHub Platform.
To get a local copy up and running follow these simple steps.
Before you begin, you need to install Node.Js.
- Clone the repo and cd to it
$ git clone [email protected]:louaibouzaher/starthub.git $ cd starthub
- Install the needed packages
$ npm install
- Run the project
$ npm run dev # Runs project on port 3000
- Create your own branch
$ git checkout -b username/feature-abc
- Work on your changes
- Commit your work and push your branch
$ git add . $ git commit -m "Commit Message Here" $ git push origin username/feature-abc
- Create a pull request here.
This repository sends activity logs to our team Discord server on #github-logs
channel.