Skip to content

Commit 9d61646

Browse files
authored
chore: update README steps for clarity and formatting
1 parent 65f7197 commit 9d61646

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Planned test coverage is tracked in `ROADMAP.md`.
164164

165165
To test the complete setup locally, follow these steps strictly:
166166

167-
- 1. Clone the repository
167+
- i) Clone the repository
168168

169169
- using https:
170170
```bash
@@ -176,17 +176,17 @@ git clone https://github.com/MeshJS/midnight-setup.git
176176
git clone git@github.com:MeshJS/midnight-setup.git
177177
```
178178

179-
- 2. Navigate to the folder
179+
- ii) Navigate to the folder
180180
```bash
181181
cd midnight-setup
182182
```
183183

184-
- 3. Install dependencies
184+
- iii) Install dependencies
185185
```bash
186186
yarn install
187187
```
188188

189-
- 3. Set environment variable
189+
- iv) Set environment variable
190190

191191
- TestNet:
192192
```bash
@@ -198,22 +198,22 @@ cd packages/ui && echo 'VITE_NETWORK_ID="TestNet"' > .env
198198
cd packages/ui && echo 'VITE_NETWORK_ID="Undeployed"' > .env
199199
```
200200

201-
- 5. Build all packages
201+
- v) Build all packages
202202
```bash
203203
cd ../../ && yarn build:all
204204
```
205205

206-
- 6. Download fetch parameters
206+
- vi) Download fetch parameters
207207
```bash
208208
cd packages/cli && ./fetch-zk-params.sh
209209
```
210210

211-
- 7. Start testnet with Docker
211+
- vii) Start testnet with Docker
212212
```bash
213213
docker-compose -f testnet.yml up -d
214214
```
215215

216-
- 8. Run the frontend
216+
- viii) Run the frontend
217217
```bash
218218
cd ../ui && yarn start
219219
```

0 commit comments

Comments
 (0)