Skip to content

StephenForrest/distilled-frontend

 
 

Repository files navigation

Distilled API

Distilled React App - Introduction

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.

Getting Started

To get started with the Distilled front-end application, you will need to set up a development environment and install the required dependencies.

Prerequisites

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

Installation

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.

Application Features

- Create and manage projects
- Create and manage users
- View project details
- View user details

Contributing

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.1%
  • HTML 1.9%
  • Handlebars 1.5%
  • JavaScript 1.5%