Aucune description

Marius 53ae93330c Initial commit: test project scaffold with passing tests il y a 1 semaine
docs 53ae93330c Initial commit: test project scaffold with passing tests il y a 1 semaine
src 53ae93330c Initial commit: test project scaffold with passing tests il y a 1 semaine
tests 53ae93330c Initial commit: test project scaffold with passing tests il y a 1 semaine
.gitignore 53ae93330c Initial commit: test project scaffold with passing tests il y a 1 semaine
README.md 53ae93330c Initial commit: test project scaffold with passing tests il y a 1 semaine
package-lock.json 53ae93330c Initial commit: test project scaffold with passing tests il y a 1 semaine
package.json 53ae93330c Initial commit: test project scaffold with passing tests il y a 1 semaine

README.md

Test Project

A test application for the Bit-Bot-Team AI development experiment.

Getting started

npm install
npm test
npm start

Project structure

  • src/ — Application source code
  • tests/ — Test files
  • docs/ — Documentation

Development

Make sure all tests pass before pushing:

npm test