ProWrite logoHamburger menu
Get ProWrite
Hamburger menu

Get started

Hi 👋, welcome to the ProWrite documentation! Follow along to get your blog up and running.

Requirements

  1. Install NodeJS:

Download and install the latest version of NodeJS to run ProWrite locally.

  1. Install Visual Studio Code:

Download and install Visual Studio Code on your machine. Once installed, open ProWrite in the code editor and launch the VS Code built-in terminal.

Start a local server

  1. Remove the ProWrite Origin:

Run the following command in the terminal to remove the ProWrite origin:

git remote remove origin
  1. Install Dependencies:

Run the following command in the terminal to install the dependencies:

npm install
  1. Start the Development Server:

Run the following command in the terminal to start the development server:

npm run dev

Your blog will be available at http://localhost:3000.