mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
fork refine
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
id: overview
|
||||
title: Overview
|
||||
slug: /
|
||||
---
|
||||
|
||||
## What is refine?
|
||||
|
||||
**refine** is a React-based framework for the rapid ✨ development of web applications.
|
||||
It eliminates the repetitive tasks demanded by **CRUD** operations and provides industry standard solutions for critical parts like **authentication**, **access control**, **routing**, **networking**, **state management**, and **i18n**.
|
||||
|
||||
**refine** is _headless by design_ offering unlimited styling and customization options.
|
||||
@@ -0,0 +1,11 @@
|
||||
---
|
||||
id: quickstart
|
||||
title: Quick Start Guide
|
||||
---
|
||||
|
||||
|
||||
**refine** works on any environment you can run **React** (incl. *CRA, Next.js, Remix, Vite* etc.)
|
||||
|
||||
|
||||
Although you could take the time to manually set up your environment and install **refine** packages afterwards, the smart way to get started with **refine** is using the project starter tool.
|
||||
|
||||
8
documentation/versioned_docs/version-3.xx.xx/licence.md
Normal file
8
documentation/versioned_docs/version-3.xx.xx/licence.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
id: licence
|
||||
title: Licence
|
||||
---
|
||||
|
||||
# Overview
|
||||
|
||||
**refine** is licensed under the MIT Licence. It only requires the preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
|
||||
Reference in New Issue
Block a user