This repository includes the source code for implementing use case demos as part of the '2 Minute Use Case' Series. This README provides a detailed explanation of the demos and instructions on how to implement them.
To install the project, follow these steps:
- Clone the repository:
git clone https://github.com/DevCycleHQ/devcycle-use-cases.git
- Install a compatible version of nodejs. Currently using
lts/hydrogen
.
If you use nvm to manage your node version you can just run:
nvm use
and it will install the correct version of nodejs for you.
- Now install the necessary packages using
yarn
:
yarn
Here are the steps for implementing the use case demos:
Please note that these are links to separate Markdown files, each containing specific implementation steps for each use case.
To run the demo, follow these steps:
- Run the development server:
yarn dev
- Open http://localhost:3000 with your browser to see the result.
If you have any problems or issues, please open a new issue in the repository, or contact Mark Allen on the DevCycle Discord.
To contribute to this project, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b <branch_name>
- Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively, see the GitHub documentation on creating a pull request.
If you want to run a fork of this repository with Gitstream follow their instruction on How to Setup gitStream with GitHub.
Not configuring it will not have any impact upon your fork.
Distributed under the MIT License. See LICENSE
for more information.