A UI for your secrets
- Change to the root directory (contains this file,
server.js, etc.) - In a terminal, run
npm install - In the same terminal, run
npm run build - In another terminal, run
npm start - Access the running site at http://localhost:8020
During development, you can run a file watcher that will re-build pertinent parts of the application by running npm run watch. This is a long-running process that will tie up your terminal, so start a new terminal instance to leave it running.
Note that the file system watcher only watches current files, so any files added after the watcher is started will not trigger the builds.