In this digital age, it seems impossible a business owners don't bring their business to the online market.
Therefore, Hivemind is coming to help the shift to the online market easier by providing services that are fit for thier business.
IMPORTANT: please set up the backend first in order for this to work properly. You can see it on server-hivemind repo.
If are all set. Then you are good to go ⬇️
- Clone the repository
git clone https://github.com/kadekdarmayasa/hivemind.git
- Enter to the folder
cd hivemind
- Install dependencies
npm install
- Create new
.env
file in the root directory, with this value.
NEXT_PUBLIC_API_URL="http://localhost:8000/api/v1"
NOTE: Make sure the port is same with the server port. In this case server-hivemind
's port is 8000
- Start Development Server
npm run dev