-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from contentstack/fix/TSOND-593
TSOND-594 | Added VB key in next config, updated Readme & resolved snyk issue for eslint version
- Loading branch information
Showing
4 changed files
with
217 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,11 +28,27 @@ You can start editing the page by modifying `app/[locale]/page.tsx`. The page au | |
|
||
[Compass Starter Stack Content Repo](https://github.com/contentstack/compass-starter-stack) | ||
|
||
## Tutorial | ||
### Note : Contentstack stack must have English as Master Language | ||
|
||
We have created an in-depth tutorial on how you can create a starter website using the Contentstack's Node.js SDK and fetch its content using Contentstack. | ||
To import this content to your stack, perform the following steps: | ||
|
||
[Build a Compass Starter Website with NextJS and Contentstack](https://www.contentstack.com/docs/developers/sample-apps/) | ||
1. Install the CLI by running the following command in your terminal: | ||
|
||
```npm i -g @contentstack/[email protected]``` | ||
|
||
2. By default, CLI uses the North America region. To use the Europe region, run this command in your terminal: | ||
|
||
```csdx config:set:region EU``` | ||
|
||
3. Next, log in to your Contentstack account via CLI: | ||
|
||
```csdx auth:login``` | ||
|
||
4. Create Compass Starter stack using CLI bootstrap command | ||
|
||
```csdx cm:bootstrap --app-name compass-app --project-dir <project-dir> --org <org-uid> -n <stack-name>``` | ||
|
||
Refer to the [Bootstrap command documentation](https://www.contentstack.com/docs/developers/cli/bootstrap-starter-apps) to learn more. | ||
|
||
## Documentation | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.