Skip to content

Commit 28a63fb

Browse files
committed
Added section
1 parent db173a9 commit 28a63fb

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
# AutoPilot — Documentation
2-
> Hello World!!
1+
# AutoPilot Docs
2+
> Documentation for AutoPilot by JetRails
3+
4+
### Contributing
5+
6+
Simply open a pull request with your changes.
7+
We'll review it and merge it if it's good to go.
8+
You can test out your changes by spinning up a local development environment:
9+
10+
```shell
11+
# Clone the repository
12+
git clone [email protected]:jetrails/autopilot-docs.git
13+
cd autopilot-docs
14+
15+
# Install retype
16+
yarn global add retypeapp
17+
18+
# Start the development server
19+
retype start
20+
```

0 commit comments

Comments
 (0)