Official meet.js website repository
Website for meet.js community.
- Clone the repository
git clone git@github.com:naugtur/meetjs.pl.git
- Enter the repository
cd meetjs.pl
- Install dependencies
pnpm install
- Setup env variables
cp .env.example .env
- Run development server
pnpm dev
- Open http://localhost:3000 in your browser
- 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.