Skip to content

acdmft/peertuber-front

Repository files navigation

Peertuber front

Visit the project site

About the project

This project is based on the API of the official Peertube index.

More information about Peertube could be found here.

Current repo is the front-end part of the project. It is based on the STTV - Svelte / Typescript / Tailwind / Vite template

The back-end part repository could be found here.

Dependencies

Getting started on local computer

git clone https://github.com/acdmft/peertuber-front.git
cd peertuber-front
npm install
// to run front-end client you need to connect to back-end server, 
// to do this you need to create .env file and add URL of the server
touch .env
echo "VITE_API_URL=http://localhost:<port number of backend-server>" >> .env
// to start client type following command
npm run dev

Contact me

Linked In : https://www.linkedin.com/in/andrei-zheksim/