File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ Planned test coverage is tracked in `ROADMAP.md`.
164164
165165To 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
176176git clone git@github.com:MeshJS/midnight-setup.git
177177```
178178
179- - 2 . Navigate to the folder
179+ - ii) Navigate to the folder
180180``` bash
181181cd midnight-setup
182182```
183183
184- - 3 . Install dependencies
184+ - iii) Install dependencies
185185``` bash
186186yarn 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
198198cd packages/ui && echo ' VITE_NETWORK_ID="Undeployed"' > .env
199199```
200200
201- - 5 . Build all packages
201+ - v) Build all packages
202202``` bash
203203cd ../../ && yarn build:all
204204```
205205
206- - 6 . Download fetch parameters
206+ - vi) Download fetch parameters
207207``` bash
208208cd packages/cli && ./fetch-zk-params.sh
209209```
210210
211- - 7 . Start testnet with Docker
211+ - vii) Start testnet with Docker
212212``` bash
213213docker-compose -f testnet.yml up -d
214214```
215215
216- - 8 . Run the frontend
216+ - viii) Run the frontend
217217``` bash
218218cd ../ui && yarn start
219219```
You can’t perform that action at this time.
0 commit comments