This is the new NYPL Reserach Catalog front end built in Next.js.
Install the required packages
npm install
npm run dev
Docker is a platform that allows reproducible development environments to be created and run across different local and production/test environments.
Running the app locally via Docker is optional for now, and provided as an alternative to npm run dev
.
- Download and install Docker.
cd
into research-catalog repo- Run
docker-compose up --build --force-recreate
- Check that app is being served at http://localhost:3000/