Skip to content

Commit

Permalink
Merge pull request #98 from deriv-com/sandeep/chore--update-scripts
Browse files Browse the repository at this point in the history
sandeep/chore: updated scripts and readme
  • Loading branch information
sandeep-deriv authored Aug 19, 2024
2 parents 527e2c9 + 9672644 commit e9c714d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,15 @@ To ensure smooth running and contribution to this project, please make sure you

git clone [email protected]:deriv-com/deriv-api-docs.git

### Install Dependencies
### Prepare for run - (Install Dependencies & Build)

npm ci // Clean Install

or

npm i // Install
npm run bootstrap

### Run the Project

After successfully building the project, you can execute or debug it using the Terminal by running the following command.

npm run start:dev
npm run dev

### Build the Project

Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "0.0.0",
"private": true,
"scripts": {
"bootstrap": "npm ci && npm run build",
"dev": "docusaurus start",
"docusaurus": "docusaurus",
"start:auth": "npx netlify-cms-proxy-server",
"start": "docker compose up -d && docusaurus start --no-open",
Expand Down

0 comments on commit e9c714d

Please sign in to comment.