Artefact-Labs / Discord

A clone of Discord made with Artefact.

Home Page:https://awesome.artefact-labs.com/discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub issues GitHub forks GitHub stars GitHub license


Logo

Discord

A simple clone of the Discord platform.
Explore the Artefact's docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgements

About The Project

Discord Screen Shot 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.

Built With

This section should list any major frameworks that you built your project using. Add-ons/plugins are in the acknowledgements section.

Getting Started

To be able to compile the project by yourself here are the steps to follow.

Prerequisites

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.

Installation

  1. Clone the repo
    git clone https://github.com/Artefact-Labs/Discord.git
  2. Open the cloned project with Artefact-Creator.
  3. In the IDE open the Packager.apm file and install all the packages. package
  4. Choose the platform for which you would like to compile. platform
  5. It is done. Just click on the run button run and wait the build process to finish.

Roadmap

  • UI
  • Create Room
  • Login
  • Register
  • Logout

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Artefact-Team - @Artefact_official - contact@artefact-labs.com

Official Website: https://artefact-labs.com

Acknowledgements

About

A clone of Discord made with Artefact.

https://awesome.artefact-labs.com/discord

License:MIT License


Languages

Language:JavaScript 74.9%Language:HTML 21.8%Language:Vue 2.7%Language:Shell 0.5%