SnapSafe
Fork the Repo

Heads Up

SnapSafe and this documentation are both in very active development and not yet ready for use. Consider contributing on GitHub.

Important

Make sure you have completed the prerequisites first.

Creating a Fork of the SnapSafe Repo

Create a fork of the SnapSafe GitHub repo and clone the new forked repo to your computer.

Tip

For a tutorial on creating a fork with GitHub, click here. For a tutorial on cloning a repo click here.

Installing the Dependencies

SnapSafe uses npm for dependency management. Open a terminal and navigate to the root project directory and run the command npm install.

Creating a dotenv File

Create a file named .env in the root project directory and past the following in it.

SITE_URL = "http://localhost:5173"