Loading README.md +5 −5 Original line number Diff line number Diff line Loading @@ -71,21 +71,21 @@ Doks uses npm to install dependencies and run commands. Installing npm is pretty ## Get started Have your local Doks site in three steps: Start a new Doks project in three steps: ### 1. Create new Doks project ### 1. Create a new site ```bash git clone https://github.com/h-enk/doks.git my-doks-site git clone https://github.com/h-enk/doks.git my-doks-site && cd my-doks-site ``` ### 2. Install npm packages ### 2. Install dependencies ```bash npm install ``` ### 3. Start local development server ### 3. Start development server ```bash npm run start Loading content/docs/prologue/quick-start.md +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ Doks uses npm to install dependencies and run commands. Installing npm is pretty ## Start a new Doks project Create a new site, change directories, install npm packages, and start development server. Create a new site, change directories, install dependencies, and start development server. ### Create a new site Loading @@ -37,7 +37,7 @@ git clone https://github.com/h-enk/doks.git my-doks-site cd my-doks-site ``` ### Install npm packages ### Install dependencies {{< btn-copy text="npm install" >}} Loading Loading
README.md +5 −5 Original line number Diff line number Diff line Loading @@ -71,21 +71,21 @@ Doks uses npm to install dependencies and run commands. Installing npm is pretty ## Get started Have your local Doks site in three steps: Start a new Doks project in three steps: ### 1. Create new Doks project ### 1. Create a new site ```bash git clone https://github.com/h-enk/doks.git my-doks-site git clone https://github.com/h-enk/doks.git my-doks-site && cd my-doks-site ``` ### 2. Install npm packages ### 2. Install dependencies ```bash npm install ``` ### 3. Start local development server ### 3. Start development server ```bash npm run start Loading
content/docs/prologue/quick-start.md +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ Doks uses npm to install dependencies and run commands. Installing npm is pretty ## Start a new Doks project Create a new site, change directories, install npm packages, and start development server. Create a new site, change directories, install dependencies, and start development server. ### Create a new site Loading @@ -37,7 +37,7 @@ git clone https://github.com/h-enk/doks.git my-doks-site cd my-doks-site ``` ### Install npm packages ### Install dependencies {{< btn-copy text="npm install" >}} Loading