This is the repository for the Ukrainian Book Project website, bootstrapped with create-next-app.
The Ukrainian Book Project researches and develops tools to help libraries and people access information about Ukrainian books. Our focus is primarily on records in libraries across the United States.
- NextJS 14
- Shadcn/UI
- Tailwind CSS & UI
- Framer Motion
- Lucide React
To get a local copy up and running, follow these steps:
- Node.js
- npm
Clone the repository
git clone https://github.com/digitalRM/Ukrainian-Book-Project.gitInstall required packages
npm installRun the development server
npm run dev