Cracked is a Web3 Discord clone designed to provide users with a decentralized communication platform. Built with modern web technologies, Cracked focuses on delivering a seamless user experience while leveraging the power of Web3.
Clone the repository:
git clone https://github.com/lbarcl/cracked.git
Navigate into the project directory:
cd cracked
Install the dependencies:
npm install
# or
yarn install
Start the development server:
npm run dev
# or
yarn dev
Open your browser and navigate to http://localhost:3000
.
We welcome contributions! Please follow these steps:
git checkout -b feature/YourFeature
).git commit -m 'Add some feature'
).git push origin feature/YourFeature
).This project is licensed under the MIT License - see the LICENSE file for details.
Thanks to the creators of the technologies used in this project, as well as the open-source community for their contributions!