Faces (faces.onl) helps you manage your contacts and learn their names.
- Install Node
- Install Caddy
- Install mkcert
- Add line to hosts file
127.0.0.1 faces.dev - Run
mkcert -installto set up local CA - Go to dev/ssl - eg.
cd dev/ssl - Run
mkcert -cert-file faces.dev.pem -key-file faces.dev-key.pem faces.dev localhost - Copy .env.sample to .env.local and fill in details as needed
- Go to Google Dev Console
- Create a new Google Drive API project for yourself - "Faces DEV" to use in development - keep the API key secret, fill in details in .env.local file
- Run
npm install - Follow the Development Workflow steps below
- Set up your text editor. Steps for vim
Note: alternatively, use start.sh
npm run devin one terminal tab or screen buffercaddy runin another terminal tab or screen buffer- Visit https://faces.dev in browser