Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Amitkanswal committed Apr 17, 2021
0 parents commit a039d31
Show file tree
Hide file tree
Showing 111 changed files with 2,689 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 Contentstack Solutions

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Contentstack's starter app content

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.

To import this content to your stack, perform the following steps:

1. Install the CLI by running the following command in your terminal:

```npm i -g @contentstack/cli```

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. Run the ‘seed’ command to import content to your stack:

```csdx cm:seed -r "contentstack/stack-starter-app"```

Refer to the [Seed command documentation](https://www.contentstack.com/docs/developers/cli/import-content-using-seed-command/) to learn more.

Also, we are soon coming up with starter apps where you can view this content instantly.
1 change: 1 addition & 0 deletions stack/assets/assets.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +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}]}]
4 changes: 4 additions & 0 deletions stack/assets/blt184018807552b966/bucket1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +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}]}]
Loading

0 comments on commit a039d31

Please sign in to comment.