To run the app locally,
- Clone the repository
git clone https://github.com/varunsingh87/borumsphere-web
- Either through the CLI or in your IDE, change into the directory
- Run
npm run start
. This will open http://localhost:3400 in the browser - Change out of the directory to where you would like to store the backend
- Clone the backend repository
git clone https://github.com/varunsingh87/BorumForum-API
- Run
php -S localhost:8400
- Change all fetch statements to use localhost:8400 instead of https://api.borumtech.com (This will be automatically done soon)