##############
Project Layout
##############

Summary
=======

In this chapter, we will discuss the directory structure of the Additive Manufacturing tutorial.


Concepts
========

* Project directory structure
* Overview of provided files

-----------------------------------

The Additive Manufacturing tutorial has the following directory structure to start:

.. code-block:: none

	additive_manufacturing
	├── data
	│   ├── microengine.scs
	│   └── thumbnails
	├── favicon.ico
	├── img
	├── index.html
	├── package.json
	├── package-lock.json
	├── tsconfig.json
	├── src
	│   ├── css
	│   └── js

