mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-11 16:28:37 +01:00
docs adjustments
This commit is contained in:
@@ -4,8 +4,7 @@ sidebar_position: 2
|
||||
|
||||
# Create your first project
|
||||
|
||||
|
||||
After the signup, create your first project 🔥
|
||||
You just sign in! Now it's time to create your first project 🔥
|
||||
**just inserting a name for it**
|
||||
|
||||
|
||||
|
||||
@@ -3,10 +3,12 @@ sidebar_position: 3
|
||||
---
|
||||
|
||||
# Install & Import LitLyx
|
||||
Installing and integrating LitLyx into your code is simpler than anything else you've tried so far. 🔥 **with just 1 min setup! ⏱️**
|
||||
Installing and integrating LitLyx into your code is simpler than anything else you've tried so far.
|
||||
|
||||
**To install LitLyx, run the following command:**
|
||||
|
||||
You can use `yarn`, `npm`, `pnpm`, `bun`. We use npm because is the more simple.
|
||||
|
||||
```bash
|
||||
npm i litlyx
|
||||
```
|
||||
@@ -19,7 +21,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
<Tabs>
|
||||
<TabItem value="js" label="JavaScript" default>
|
||||
**(reading javascript)**
|
||||
(reading javascript)
|
||||
|
||||
```ts
|
||||
//import
|
||||
@@ -34,7 +36,7 @@ If your are using vanilla js you can find pretty intresting this approach too
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="vue" label="Vue" default>
|
||||
**(reading Vue)**
|
||||
(reading Vue)
|
||||
|
||||
```ts
|
||||
//import
|
||||
@@ -43,7 +45,7 @@ import { Lit } from 'litlyx';
|
||||
#
|
||||
</TabItem>
|
||||
<TabItem value="react" label="React" default>
|
||||
**(reading React)**
|
||||
(reading React)
|
||||
|
||||
|
||||
```ts
|
||||
@@ -53,7 +55,7 @@ import { Lit } from 'litlyx';
|
||||
#
|
||||
</TabItem>
|
||||
<TabItem value="next" label="Next" default>
|
||||
**(reading Next)**
|
||||
(reading Next)
|
||||
|
||||
|
||||
```ts
|
||||
@@ -63,7 +65,7 @@ import { Lit } from 'litlyx';
|
||||
#
|
||||
</TabItem>
|
||||
<TabItem value="nuxt" label="Nuxt" default>
|
||||
**(reading Nuxt)**
|
||||
(reading Nuxt)
|
||||
|
||||
|
||||
```ts
|
||||
@@ -74,7 +76,7 @@ import { Lit } from 'litlyx';
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="angular" label="Angular" default>
|
||||
**(reading Angular)**
|
||||
(reading Angular)
|
||||
|
||||
|
||||
```ts
|
||||
|
||||
@@ -5,12 +5,12 @@ sidebar_position: 1
|
||||
# Signup
|
||||
|
||||
To start using LitLyx to the maximum potential you need an account on our dashboard 🔥
|
||||
**quick 1-min Setup⏱️**
|
||||
**Less than 1-min Setup⏱️**
|
||||
|
||||
|
||||
**LitLyx dashboard is super easy** you can start navigate here **[dashboard.litlyx.com](https://dashboard.litlyx.com)**.
|
||||
**LitLyx dashboard is super user friendly**. **[sign in here](https://dashboard.litlyx.com)**.
|
||||
|
||||
In this page below 👇 just click on "Continue with google". Semplicity is key ✨.
|
||||
You will find this page below 👇 just click on "Continue with google". Simple.
|
||||
|
||||
<img src="/img/l.jpg" alt="Login on Dashboard" width="600"/>
|
||||
|
||||
Reference in New Issue
Block a user