Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 667 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 667 Bytes

Atombin

Build Status Version License

Atombin, a robust and scalable solution for sharing code between team members. This project enables developers to share code with each other while providing beautiful ui and ease of use.

Installation

Ensure you have the following prerequisites installed:

  • Node

Clone the repository

git clone https://github.com/eosdev-x/atombin.git

Navigate to project directory

cd atombin

Run project

npm i
npm run dev