A simple way to invoke Slack-like slash-commands from an input field.
Slash commands are applied to any input element that has the command-input
CSS class.
The specifications of the project are outlined in the project plan.
git clone https://github.com/ilDon/slash-commands
cd slash-commands
yarn install
In the GIT repo are included the ready-to-use scripts in the dist/public folder for quick start. So you can run the project by simply:
yarn start
Optionally, you can build the project by running the following command:
yarn build
To develop the project, you can run the following command. The project will be served on localhost:3000.
yarn watch