Skip to content

anon-dot-com/examples

Repository files navigation

Anon Examples

This repository accompanies Anon's setup guides at the Anon docs

To get started, clone the repository, cd into one of the folders, and follow the instructions in the corresponding README. Enjoy!

git clone https://github.com/anon-dot-com/examples.git && cd ./examples

Setting up environment variables

cp .env.example .env
source .env

Copy .env.example to a new file called .env and fill out the environment variables inside. Get your environment variables from the 1password link Anon provided you.

NOTE: .env files are a convenient local development tool. Never run a production application using an environment file with secrets in it.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published