Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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: 5 additions & 2 deletions docs/site/docs/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,15 @@ cd my-project

### 3. Configure Your Frontend Environment

Edit `.env` with your preferred network, and other settings.
Copy the `.env.example` file to `.env` and update it with your preferred network and other settings.

```
cp app/.env.example app/.env
```

### 4. Install Frontend Dependencies

```
# Install Frontend dependencies
npm install
```

Expand Down
4 changes: 2 additions & 2 deletions docs/site/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const config: Config = {
sidebarPath: './sidebars.ts',
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/theahaco/scaffold-stellar/tree/main/docs/docs',
'https://github.com/stellar-scaffold/cli/tree/main/docs/site',
editLocalizedFiles: true,
},
blog: {
Expand All @@ -69,7 +69,7 @@ const config: Config = {
},
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/theahaco/scaffold-stellar/tree/main/docs/blog',
'https://github.com/stellar-scaffold/cli/tree/main/docs/blog',
// Useful options to enforce blogging best practices
onInlineTags: 'warn',
onInlineAuthors: 'warn',
Expand Down
Loading