Skip to content

qlaffont/name-checker

Repository files navigation

Name Checker

With this tool you can check if your name is available on domain names and on social networks !

Server requirements

  • Node (Please check .nvmrc to get Node.JS version)

How to start the project ?

Local

  • Fill environment variables to .env file based on .env.example
  • Start server pnpm dev

Deployed environments

  • Fill environment variables to .env file based on .env.example
  • Build app pnpm build
  • Start server pnpm start

Package Scripts

  • dev : Start Dev server (hot reload activated)
  • build : Build app
  • start : Start server in production mode
  • lint : Lint all files
  • prepare : Install husky