LibraryX is a community initiative to learn new technologies and experience working together on an open source project. LibraryX is a library management system.
Clone the project and access the folder
$ git clone https://github.com/X-Library/libraryx-frontend
$ cd libraryx-frontend
Follow the steps below
# Install the dependencies
$ npm install
# Make a copy of '.env.example' to '.env'
# and set with YOUR environment variables.
$ cp .env.example .env
# Finally, run the api service in a development environment :)
$ npm run start
# Well done, LibraryX is started!
Copyright Β© 2021-present, X-Library.