Skip to content

naugtur/meetjs.pl

Repository files navigation

Official meet.js website repository

Website for meet.js community.

Stack

Development

  1. Clone the repository git clone git@github.com:naugtur/meetjs.pl.git
  2. Enter the repository cd meetjs.pl
  3. Install dependencies pnpm install
  4. Setup env variables cp .env.example .env
  5. Run development server pnpm dev
  6. Open http://localhost:3000 in your browser

Security

  • For basic security all lifecycle scripts are disabled in .npmrc (also supported by pnpm) and in case the setting is not respected, preinstall-always-fail will error out to warn you.
  • Socket.dev warnings on PRs are enabled for the repo.