Learn how to run Firecrawl locally to run on your own and/or contribute to the project.
.env
file in the /apps/api/
directory. You can copy over the template in .env.example
.
To start, we won’t set up authentication, or any optional sub services (pdf parsing, JS blocking support, AI features)
npm run test:local-no-auth
if you’d like to run the tests without authentication.
If you’d like to run the tests with authentication, run npm run test:prod