- π€ Introduction
- π Tech Stack
- π Getting Started
- π License
An AI assistant (called Gorkie) designed to help Slack users. This is based on the Gork for Slack project.
This project was developed with the following technologies:
To clone and run this application, first you need to create a new Slack App with the provided manifest. Afterwards, you will need Git and Bun installed on your computer.
From your command line:
# Clone this repository
$ git clone https://github.com/webdev03/gorkie-slack.git
# Install dependencies
$ bun installlNext, copy the .env.example file, rename it to .env, and add your environment variables. Great! Now you just need to start the app..
# Start app in watch mode
$ bun run dev
# Start app in production
$ bun run starttThis project is under the MIT license. See the LICENSE for details.