Library is a personal project of mine, designed to serve as a comprehensive showcase of my work and projects.
-
Clone the repo
git clone https://github.com/erikpersson0884/library
-
Install dependencies
cd library npm run install
After installation, you simply run the application with a single command.
npm run devFor production:
npm run build # Build for production
npm start # Run production website
