Skip to main content

Database with Sync 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-realtime-click-counter
npm install
2

Start the development server

specific exec web -- npm run db:migrate
specific dev
Open https://web.local.spcf.app to view the app.
3

Deploy to production

specific deploy