We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db173a9 commit 28a63fbCopy full SHA for 28a63fb
README.md
@@ -1,2 +1,20 @@
1
-# AutoPilot — Documentation
2
-> Hello World!!
+# AutoPilot Docs
+> 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