init
This commit is contained in:
32
README.md
Normal file
32
README.md
Normal file
@@ -0,0 +1,32 @@
|
||||
## 🚀 Quick start
|
||||
|
||||
1. **Gatsby Cli**
|
||||
|
||||
This app is built with Gatsby CLI version: 2.12.59
|
||||
|
||||
2. **Start developing.**
|
||||
|
||||
Navigate into your site’s directory and start it up.
|
||||
|
||||
```shell
|
||||
cd datacontroller.io/
|
||||
npm run develop
|
||||
```
|
||||
|
||||
3. **Open the code and start customizing!**
|
||||
|
||||
Your site is now running at http://localhost:8000!
|
||||
|
||||
4. **Learn more**
|
||||
|
||||
[Embed Video](https://www.gatsbyjs.com/plugins/gatsby-remark-embed-video/)
|
||||
Examples:
|
||||
|
||||
- `video: [VideoTitle](https://www.youtube.com/embed/2Xc9gXyf2G4)`
|
||||
- `youtube: https://www.youtube.com/watch?v=XrK3hmYO4ag`
|
||||
- `vimeo: https://vimeo.com/417808409`
|
||||
|
||||
If want to add inline image with text left align / right align use following syntax, and place image to /static
|
||||
|
||||
- <img class="alignright" src="/wp-content/uploads/2021/04/2IrsV7v.png" alt="Title" width="352" height="442" />
|
||||
- <img class="alignleft" src="/wp-content/uploads/2021/04/2IrsV7v.png" alt="Title" width="352" height="442" />
|
||||
Reference in New Issue
Block a user