Active talents lab - Prismic preview
Launch this project in your local environment
Run the following commands:
npm install
npm run dev
Then you can access it at http://localhost:3000.
Compile and minify for production and launch the server
npm run build
npm start