Quick start

To start a new project using this starter kit, go to the template's github repo and click on "Use this template" button.

Or, if you're more of a terminal person, simply run the following command in your terminal:

 git clone --depth=1 https://github.com/bragap/nextjs-accessibility-starter your-project-name

Now the above command will clone the template locally. You can start using it. Run the following command to install all the dependencies:

cd your-project-name

npm install

To run the development server, use the following command:

npm run dev

Check out all the customizations you can to get a head start in your project.

Last updated