Contributing

exile.watch logo

Development

4. Install dependencies & start script

# project root
$: nvm use # uses node version that's defined in .nvmrc
$: npm i # install dependencies
$: npm run dev # run the app locally

After that, exile.watch should be available on localhost:3000 and you are good to go

Last updated

Was this helpful?