Skip to Content
DevelopersNTSProject Structure

Project Structure

️⚠️
NTS is in active development and currently unstable. It is open to select early developers for exploration but is not yet suitable for production use. Follow developer updates for the latest changes, as performance is not at production level.

This page provides an overview of the folder and file conventions in NTS.

Folder and file conventions

Top-level folders

FolderPurpose
/srcContains all source code for the application
/testsTest files for the application
/buildContains build artifacts used for deployment

Top-level files

FilesPurpose
jest.config.jsJest testing configuration
package.jsonProject configuration and dependencies
.gitignoreGit files and folders to ignore
Last updated on