Skip to content

Commit

Permalink
Docs deployment (#34)
Browse files Browse the repository at this point in the history
* feat(config changes): make changes for content

* Feat/docs home page (#21)

* feat(home page): implemented tailwind css

* feat(home page): setup tailwind css

* feat(home page): set navbar layout

* feat(home page): working on features section

* feat(home page): created features section

* feat(home page): fixed issue for responsive

* feat(home page): created separate component for home header

* feat(home page): changed hero background image

* feat(home page): working on home header component

* feat(home header): make header image responsive

* feat(home header): make header content view responsive

* feat(home header): working on header contetnt

* feat(home header): make contetnt responsive

* feat(home header): make text responsive

* feat(home header): make text responsive for small devices

* Update docusaurus.config.ts

* Feat/seo changes (#24)

* feat(seo changes): added meta data and make some changes

* feat(seo changes): removed console log

* feat(seo changes): removed title props from home page

* feat(home header): reduced home header image size

* feat(config): removed edit this page link

* fix(refactoring): removed unused code (#26)

* feat(installation): update project create command (#33)

---------

Co-authored-by: AKASH PATEL <[email protected]>
  • Loading branch information
ankitpmi and akashmi authored Aug 6, 2024
1 parent ad929b6 commit cf71e08
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions documentation/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ To start a new React Native project, use the **init** command from the CLI and c
npx react-native init APP_NAME --template @mindinventory/react-native-boilerplate
```

or

```jsx title=">_ terminal"
npx @react-native-community/cli@latest init APP_NAME --template @mindinventory/react-native-boilerplate
```

<br />
:::note
- Both commands will initialize a new React Native project with boilerplate code.
- The `npx react-native init` command uses the globally available react-native package to create a new React Native project.
- The `@react-native-community/cli` command is actively maintained, and CLI is recommended for creating React Native projects. It offers more features, bug fixes, and improvements.
:::



## Get the project up and running

Once you've installed everything needed, follow these steps to launch the project:
Expand Down

0 comments on commit cf71e08

Please sign in to comment.