📄️ quickstart
initialization
📄️ project structure
this is an overview of each directory in the project and what it is for. this is also the directories present after initialization. everything here is documented in sections under modules.
📄️ docker
exa.js is intended to be used with or without docker in both development and production. in either case it's useful to rely on configuration via .env for variables that differ between environments as a .env file can easily be made available to docker containers. configuration via config/master.js is useful for variables related to exa.js itself as well as variables that don't change between environments.