Skip to content

Penfu/ES-CPNV-TeamBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES-CPNV-TeamBuilder

Installation

Use the package manager composer and npm.

git clone https://github.com/Penfu/ES-CPNV-TeamBuilder.git
cd src
composer install
npm install
npm run build

Autologin

The autologed member id is defined in the .env config file.

const USER_ID = 1;

Run locally

php -S localhost:9000 -t src/public

Unit tests

Run the unit tests from src\ with the command:

vendor/bin/phpunit tests/models/

To run an individual test, specifiy the test file at the end of the path:

vendor/bin/phpunit tests/models/TestFile.php

Lib

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages