Skip to content

Latest commit

 

History

History
executable file
·
49 lines (32 loc) · 1.78 KB

README.md

File metadata and controls

executable file
·
49 lines (32 loc) · 1.78 KB

Hivemind Frontend Repo

🐝 What is Hivemind?

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.

Built With

Static Badge
Static Badge
Static Badge
Static Badge
Static Badge
Static Badge
Static Badge

Getting Started

  1. Fork the repo
git clone https://github.com/rakazirut/hivemind-fe.git
  1. Install Node.JS

  2. Install Dependencies

npm install
  1. 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
  1. Run the app
npm run dev

License

Distributed under the Apache License. See LICENSE.txt for more information.