/frontend

The bergflix frontend

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Bergflix Frontend

Build

Bergflix is back!

⌛ After being discontinued on the 28th July 2021, Bergflix is back with a new website and a new API. We are currently just two people instead of the 8 that worked on the original project, but oh well.
We decided to start completely from scratch, with a brand new techstack and design.

Live and Developement version

🌱 The project is currently in a very early stage in developement, but you can still find a hostes version here. You can still download the latest build artifacts from the Actions page.

Developement

👥 Clone the repository:

git clone https://github.com/Bergflix-Remake/frontend.git

🔽 Download and install the dependencies

npm install

💹 Start local developement server

npm run dev

When starting the server, or reloading the page without cache, it will take a while to load. This is normal and expected. Loading times will be faster on the live production version.

🔨 Build the project before submitting a PR

npm run build
# npm run serve to see the live version.

Contributing

🔧 Check CONTRIBUTING.md for more information.