Welcome to the Distilled front-end repository. Our front-end is a React application that provides a user interface for the Distilled OKR platform. This application allows users to interact with the platform and perform various tasks, such as creating and managing projects and users.
To get started with the Distilled front-end application, you will need to set up a development environment and install the required dependencies.
Before you can start using the Distilled front-end application, you will need to have the following tools installed on your system:
- Node.js
- npm or yarn
To install the required dependencies for the Distilled front-end application, follow these steps:
1. Clone the repository:
git clone https://github.com/[user]/distilled-frontend.git
2. Install the dependencies:
cd distilled-frontend
npm install # or yarn install
3. Start the development server:
npm run dev
This will start the development server and open the application in your default web browser. You can now make changes to the code and see the updates in real time.
- Create and manage projects
- Create and manage users
- View project details
- View user details
We welcome contributions to the Distilled React application! If you have an idea for a new feature or have found a bug, please open an issue on GitHub.