Skip to content

GeekyAnts/nativebase-docs

Folders and files

NameName
Last commit message
Last commit date
Nov 19, 2022
Dec 16, 2024
Dec 16, 2024
Aug 22, 2022
Sep 2, 2022
Jan 25, 2022
Dec 5, 2024
Dec 16, 2024
Sep 2, 2022
Jan 25, 2022
Aug 19, 2022
Apr 6, 2022
Dec 1, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Oct 27, 2022
Jan 25, 2022
May 6, 2022
Dec 5, 2024
Aug 9, 2022
Jan 25, 2022
Apr 4, 2022
Aug 22, 2023

Repository files navigation

NativeBase Docs Website

This is the NativeBase Docs Website. It is a Next.js project.

To get started with contributing to NativeBase Docs, please follow the below steps:

  • Fork the repository.
  • Clone your forked repository.
  • Run npm install or yarn.
  • Run npm run dev or yarn dev to start the development server.
  • Go to the docs directory.
  • Make your changes in the next folder.
  • Commit all your changes.
  • Just to be sure test your changes by running yarn build and then yarn start.
  • When you are done, push your changes to the main branch.
  • Create a pull request.
  • The NativeBase team will review your pull request and if it is accepted, it will be published to the docs website.