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.
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:
- Learn how to setup navigation.
- Check out the basics of writing content.
- Find out how to deploy your site.