diff --git a/docusaurus/docs/getting-started.md b/docusaurus/docs/getting-started.md index ef7da3006f0..1d1db82848e 100644 --- a/docusaurus/docs/getting-started.md +++ b/docusaurus/docs/getting-started.md @@ -160,3 +160,91 @@ Builds the app for production to the `build` folder. It correctly bundles React The build is minified and the filenames include the hashes. Your app is ready to be deployed. +import React from "react"; +import { motion } from "framer-motion"; + +export default function Home() { + return ( +
+ {/* Orqa fon video */} + + + {/* Matnlar va tugmalar */} +
+ + assalomu aleykum + + + + momentumX group ga xush kelibsiz + + +
+ {[ + "Darsliklar Forex", + "Darsliklar Cripto", + "Biz bilan bog'lanish", + "Telegram kanal" + ].map((text, index) => ( + + {text} + + ))} +
+ + + Siz bizni tanlaganingiz uchun tashakkur. Bizda signal yoki pullik kurslar yo'q — faqat haqiqiy bilim, haqiqiy yondashuv. Har bir qaror sizning qo'lingizda, biz faqat yo‘l ko‘rsatamiz. + +
+
+ ); +}npm start +git init +git add . +git commit -m "initial commit" +git branch -M main +git remote add origin https://github.com/username/repository-name.git +git push -u origin main +npm install gh-pages --save-dev +"homepage": "https://username.github.io/repository-name", +"scripts": { + "predeploy": "npm run build", + "deploy": "gh-pages -d build" +} +npm run build +npm run deploy +https://momentumXgroup.github.io/repository-name +npm run deploy + +