Get started
Hi 👋, welcome to the ProWrite documentation! Follow along to get your blog up and running.
Requirements
- Install NodeJS:
Download and install the latest version of NodeJS to run ProWrite locally.
- 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
- Remove the ProWrite Origin:
Run the following command in the terminal to remove the ProWrite origin:
git remote remove origin
- Install Dependencies:
Run the following command in the terminal to install the dependencies:
npm install
- 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.