Skip to content

Turizak/hivemind-fe

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages