Mondmarmelade / Bergflix-Frontend

The bergflix frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The bergflix frontend

License:GNU General Public License v3.0


Languages

Language:TypeScript 49.6%Language:Vue 42.8%Language:CSS 6.0%Language:JavaScript 1.1%Language:HTML 0.5%