Skip to main content

Secrets and Configs service diagram

Run locally

1

Install the CLI and clone

npm i -g @specific.dev/cli
git clone https://github.com/specific-dev/examples.git
cd examples/node-secrets
npm install
2

Start the development server

specific dev
You will be automatically prompted to input the secret and config values. Visit the URL in the output to see them in action.
3

Deploy to production

specific deploy