Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 863 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 863 Bytes

Official meet.js website repository

Website for meet.js community.

Stack

Development

  1. Clone the repository git clone [email protected]: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.