A simple clone of the Discord platform.
Explore the Artefact's docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This project was set up in order to present the extent of the capabilities of Artefact and Artefact-Creator. It is a simple clone of the Discord platform.
A list of used libraries is listed in the acknowledgements.
This section should list any major frameworks that you built your project using. Add-ons/plugins are in the acknowledgements section.
To be able to compile the project by yourself here are the steps to follow.
First of all you need to have some infrastructure already installed on your machine.
-
npm
npm install npm@latest -g
Or install Node.js in your computer.
-
Artefact-Creator: This is the official IDE of the Artifact language. You can download it from its official website.
- Clone the repo
git clone https://github.com/Artefact-Labs/Discord.git
- Open the cloned project with Artefact-Creator.
- In the IDE open the Packager.apm file and install all the packages.
- Choose the platform for which you would like to compile.
- It is done. Just click on the run button and wait the build process to finish.
- UI
- Create Room
- Login
- Register
- Logout
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Artefact-Team - @Artefact_official - contact@artefact-labs.com
Official Website: https://artefact-labs.com