mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
.. | ||
building-the-code.md | ||
database-migrations.md | ||
development-infrastructure.md | ||
README.md | ||
testing.md |
Development Documentation
The Kolide application is a Go API server which serves a React/Redux single-page application for the frontend. The development documentation contains documents on the following topics:
Building and contributing code
- For documentation on building the Kolide source code, see the Building The Code guide.
- To learn about database migrations and populating the application with default seed data, see the Database Migrations document.
Running tests
For information on running the various tests that Kolide application contains (JavaScript unit tests, Go unit tests, linters, integration tests, etc), see the Testing guide.
Using development infrastructure and tooling
The Kolide application uses a lot of docker tooling to make setting up a development environment quick and easy. For information on this, see the Development Infrastructure document.