Skip to content

PWEB-3-3-2022/front

Repository files navigation

tcflix logo

TCflix frontend

publish workflow

Published at https://pweb-3-3-2022.github.io/front/

Setup for development

Prerequisites

Recent NodeJS with npm or pnpm (recommended).

Clone repo and install dependencies

git clone https://github.com/PWEB-3-3-2022/front
cd front
pnpm install

Recommended IDE Setup

VSCode + Svelte extension or Webstorm + Svelte plugin

It is also recommended to setup your IDE to work with ESLint.

Running

pnpm run dev -- --open

Pushing changes

  1. (Optional) Create an issue
  2. Create a feature branch (e.g. feat/change)
  3. Run your code against the linter before pushing pnpm run lint
  4. Push your commits to this new branch
  5. Create a pull request
  6. Wait for merge