Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,10 @@ Thanks for your interest in contributing to Ionic's documentation! :tada: Check
In order to run the documentation locally, install the dependencies and run the development server:

```sh
$ npm install --legacy-peer-deps
$ npm start
npm install
npm start
```

> [!NOTE]
> Certain versions of npm (5-8) and Node.js (10-16) are required to run certain scripts.

### Linting Documentation

This repository uses [Prettier](https://prettier.io/), an opinionated code formatter, in order to keep consistent formatting throughout the documentation. Run the following command to automatically fix all formatting, and then push any changes:
Expand Down
2 changes: 0 additions & 2 deletions docusaurus-theme-classic/.gitignore

This file was deleted.

Loading