docs: Update README.md
This commit is contained in:
21
README.md
21
README.md
@@ -97,21 +97,36 @@
|
|||||||
## 🚀 Getting Started
|
## 🚀 Getting Started
|
||||||
|
|
||||||
1. **📦 Installation**
|
1. **📦 Installation**
|
||||||
|
|
||||||
|
### 🚀**Astro Installation**
|
||||||
|
```bash
|
||||||
|
npm create astro@latest -- --template EFEELE/neonmint
|
||||||
|
```
|
||||||
|
or
|
||||||
|
### 🔧**Manual Installation**
|
||||||
|
|
||||||
|
#### Clone Repository
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/EFEELE/NeonMint.git
|
||||||
|
```
|
||||||
|
#### Install Dependencies
|
||||||
```bash
|
```bash
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **⚡ Development**
|
|
||||||
|
|
||||||
|
3. **⚡ Development**
|
||||||
```bash
|
```bash
|
||||||
npm run dev
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
3. **🏗️ Build**
|
4. **🏗️ Build**
|
||||||
```bash
|
```bash
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
4. **👀 Preview**
|
5. **👀 Preview**
|
||||||
```bash
|
```bash
|
||||||
npm run preview
|
npm run preview
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user