⌛ 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 tech stack and design.
🌱 The project is currently in a very early stage in development, but you can still find a hosted version here. You can still download the latest build artifacts from the Actions page.
👥 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.
🔧 Check CONTRIBUTING.md for more information.