Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

found-pleiade/dionysos-client

Repository files navigation

Dionysos client

Share and watch movies with your friends.

Developpers

Project setup

1. Install NodeJS

The best way to get NodeJS is with nvm or nvm for Windows.
The NodeJS version used for the project is the 16.15.1

2. Install pnpm

Pnpm is used as the packet manager for it’s speed and space efficiency.
npm install -g pnpm

3. Clone and install JS dependencies

Clone the project, go into it, install the Javascript dependencies and prepare your git hooks.

git clone git@github.com:found-pleiade/dionysos-client.git
cd dionysos-client
pnpm i
pnpm prepare

Commands

Dev

You can now run the app with hot-reloading.
pnpm dev

Test

Run tests in watch mode
pnpm test

Run tests once
pnpm test:run

Run tests coverage
pnpm coverage

About

Share and watch movies with your friends.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published