Hivemind is a reddit/forum style web application created by Tom Slanda and Robert Kazirut. This is the frontend repo of application and it works in parallel with Hivemind Backend Repo.
- Fork the repo
git clone https://github.com/rakazirut/hivemind-fe.git
-
Install Node.JS
-
Install Dependencies
npm install
- Update Environmental Variables
Create a .env file in the root folder of the project and add the URL for your webserver
touch .env && echo "VITE_BASEURL=https://www.yourwebserverURL.com" > .env
- Run the app
npm run dev
Distributed under the Apache License. See LICENSE.txt
for more information.