Skip to content

Commit

Permalink
add getting_started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbiju79 committed Jul 11, 2023
1 parent 1273367 commit 71728c1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
Binary file added docs/create_repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
marp: true
---

# Getting Started

Follow the steps below to get started:

1. Visit the [RapidRails Github](https://github.com/danielpaul/RapidRails).

2. Click the **Use this template** button and select **Create a new repository**.

![Use template](use_template.png)

3. Fill out the fields and click the **Create repository from template** button.

![Use template](create_repo.png)

4. Clone the repository to your local machine.

5. Navigate to the repository on your terminal and run `bin/setup`.

6. Follow the prompts from the setup script to configure your application.

7. Then simply start your server by running `bin/dev`.
And... thats it! You're all set to go! 🎉
Binary file added docs/use_template.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 71728c1

Please sign in to comment.