Skip to content

Commit a039d31

Browse files
initial commit
0 parents  commit a039d31

111 files changed

Lines changed: 2689 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 Contentstack Solutions
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Contentstack's starter app content
2+
3+
This repository aims to provide sample stack content to users for the implementation of marketing websites. An easy way to import this stack content is by using the ‘seed’ command.
4+
5+
To import this content to your stack, perform the following steps:
6+
7+
1. Install the CLI by running the following command in your terminal:
8+
9+
```npm i -g @contentstack/cli```
10+
11+
2. By default, CLI uses the North America region. To use the Europe region, run this command in your terminal:
12+
13+
```csdx config:set:region EU```
14+
15+
3. Next, log in to your Contentstack account via CLI:
16+
17+
```csdx auth:login```
18+
19+
4. Run the ‘seed’ command to import content to your stack:
20+
21+
```csdx cm:seed -r "contentstack/stack-starter-app"```
22+
23+
Refer to the [Seed command documentation](https://www.contentstack.com/docs/developers/cli/import-content-using-seed-command/) to learn more.
24+
25+
Also, we are soon coming up with starter apps where you can view this content instantly.

stack/assets/assets.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"uid":"blt184018807552b966","content_type":"image/svg+xml","file_size":"706","tags":[],"filename":"bucket1.svg","ACL":{},"is_dir":false,"parent_uid":"bltec4c6535e1052248","_version":1,"title":"bucket1.svg","publish_details":[{"environment":"blt3dfe0ed2ddf5fb14","locale":"en-us","time":"2021-03-25T06:51:48.624Z","version":1},{"environment":"blt6f4046f0d8dea679","locale":"en-us","time":"2021-03-25T06:51:48.624Z","version":1},{"environment":"blt19d47fc0d6304e8b","locale":"en-us","time":"2021-03-25T06:51:48.624Z","version":1},{"environment":"blt3dfe0ed2ddf5fb14","locale":"fr-fr","time":"2021-03-25T06:51:58.641Z","version":1},{"environment":"blt19d47fc0d6304e8b","locale":"fr-fr","time":"2021-03-25T06:51:58.641Z","version":1},{"environment":"blt6f4046f0d8dea679","locale":"fr-fr","time":"2021-03-25T06:51:58.641Z","version":1}]}]
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"uid":"blt2895af1d1027806b","content_type":"image/svg+xml","file_size":"49454","tags":[],"filename":"help-for-the-next-step.svg","ACL":{},"is_dir":false,"parent_uid":"blt5c54c0ec56cedfde","_version":1,"title":"help-for-the-next-step.svg","publish_details":[{"environment":"blt3dfe0ed2ddf5fb14","locale":"en-us","time":"2021-03-25T06:51:47.495Z","version":1},{"environment":"blt6f4046f0d8dea679","locale":"en-us","time":"2021-03-25T06:51:47.495Z","version":1},{"environment":"blt19d47fc0d6304e8b","locale":"en-us","time":"2021-03-25T06:51:47.495Z","version":1},{"environment":"blt3dfe0ed2ddf5fb14","locale":"fr-fr","time":"2021-03-25T06:51:57.584Z","version":1},{"environment":"blt19d47fc0d6304e8b","locale":"fr-fr","time":"2021-03-25T06:51:57.585Z","version":1},{"environment":"blt6f4046f0d8dea679","locale":"fr-fr","time":"2021-03-25T06:51:57.585Z","version":1}]}]

0 commit comments

Comments
 (0)