Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.
/ crm-poc Public archive

Repo to house proof of concept code and docs for a CRM Admin UI

Notifications You must be signed in to change notification settings

artsy/crm-poc

Repository files navigation

crm-poc

Proof of concept codebase and docs for a CRM Admin UI.

Setup

Make sure to have the Heroku CLI, NVM, Node 8, and Yarn (you probably already have this if you've worked with Artsy's other Node apps).

brew install heroku/brew/heroku
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
nvm install 8 && alias default 8
npm i -g yarn

Then install dependencies, copy over a .env file, and start the server.

yarn install
yarn env
yarn start

About

Repo to house proof of concept code and docs for a CRM Admin UI

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published