Getting started

Getting started with Guider#

Guider is built on top of Next.JS, this gives you the flexibilty to include it as part of a normal React app built with Next.JS.

Get started with @neato/guider project in under 5 minutes.

Installation#

Follow the steps below to make a new Guider project.

Run the automatic installer#

Start the installer by running this command:

npx @neato/create-guider

Install dependencies#

Navigate to the directory the installer made and run the following:

npm install

Ready to write!#

Your project has been fully setup, all that's left is to fill it with content.

Run the developer server with npm run dev and see the first page by visiting the link shown in the console.

The Next.JS development server is infamous for being slow. The final build of the site will be much faster.

What's next?#

You have everything setup now. To get acquainted with Guider. You can take the follow steps: