Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 830 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 830 Bytes

Slack Clone Backend

Visit the application at https://slack.knat.dev.

To run this locally

  1. Rename .env.example to .env and fill in the data.
  2. Run npm install or yarn.
  3. Run npm build:once or yarn build:once.
  4. Run npm dev or yarn dev to start the server.
  5. Configure client (follow the tutorial).

Using the following Backend skills: