Skip to main content
Version: 2.0

Take a snapshot of your project

The work you do in DRAW is stored in a database. It is recommended to back it up however, e.g. to store your apps in git or in any version control system. This is done by using the Olympe DRAW Snapshooter, which comes with the installation of CODE.

Once CODE is installed and you have set up your first project, simply run the following command from your project's root directory:

npm run snapshot

This will dump your DRAW project to your local drive in your project snapshot/ directory.

note

If your project is not part of a git repository, the Snapshooter will warn you that it cannot interface with git: notGitRepository If you don't want version your project with git, you can safely ignore this warning.