Нема описа

Marius 53ae93330c Initial commit: test project scaffold with passing tests пре 1 недеља
docs 53ae93330c Initial commit: test project scaffold with passing tests пре 1 недеља
src 53ae93330c Initial commit: test project scaffold with passing tests пре 1 недеља
tests 53ae93330c Initial commit: test project scaffold with passing tests пре 1 недеља
.gitignore 53ae93330c Initial commit: test project scaffold with passing tests пре 1 недеља
README.md 53ae93330c Initial commit: test project scaffold with passing tests пре 1 недеља
package-lock.json 53ae93330c Initial commit: test project scaffold with passing tests пре 1 недеља
package.json 53ae93330c Initial commit: test project scaffold with passing tests пре 1 недеља

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