This tool is under development and should not be used for real investigations.
It is a single-component Vue/Vuetify app, which provides a client-side browser tool for Electrical Network Frequency (ENF) analysis.
It has been developed as part of Bellingcat community work, which can be found in this repository.
# yarn
yarn
# npm
npm install
# pnpm
pnpm install
# bun
bun install
# yarn
yarn dev
# npm
npm run dev
# pnpm
pnpm dev
# bun
bun run dev
# yarn
yarn build
# npm
npm run build
# pnpm
pnpm build
# bun
bun run build