mirror of https://github.com/Lissy93/dashy.git
📝 Small docs changes
This commit is contained in:
parent
c5d30f9d7d
commit
ca203bb8b8
|
@ -562,7 +562,9 @@ Dashy was made possible thanks to the following packages and components. For mor
|
||||||
|
|
||||||
> For full development documentation, see: [**Developing**](./docs/developing.md)
|
> For full development documentation, see: [**Developing**](./docs/developing.md)
|
||||||
|
|
||||||
[](https://open.vscode.dev/Lissy93/Dashy)
|
[](https://open.vscode.dev/Lissy93/Dashy)
|
||||||
|
[](https://gitpod.io/#github.com/lissy93/dashy.git)
|
||||||
|
[](https://github.dev/Lissy93/dashy)
|
||||||
|
|
||||||
Before getting started, you'll need [Git](https://git-scm.com/downloads), [Node](https://nodejs.org/en/download/) and optionally [Yarn](https://yarnpkg.com/) (run `npm i -g yarn`) installed.
|
Before getting started, you'll need [Git](https://git-scm.com/downloads), [Node](https://nodejs.org/en/download/) and optionally [Yarn](https://yarnpkg.com/) (run `npm i -g yarn`) installed.
|
||||||
|
|
||||||
|
|
|
@ -145,8 +145,10 @@ When you submit your PR, include the required info, by filling out the PR templa
|
||||||
|
|
||||||
## Resources for Beginners
|
## Resources for Beginners
|
||||||
New to Web Development? Glad you're here! Dashy is a pretty simple app, so it should make a good candidate for your first PR. Presuming that you already have a basic knowledge of JavaScript, the following articles should point you in the right direction for getting up to speed with the technologies used in this project:
|
New to Web Development? Glad you're here! Dashy is a pretty simple app, so it should make a good candidate for your first PR. Presuming that you already have a basic knowledge of JavaScript, the following articles should point you in the right direction for getting up to speed with the technologies used in this project:
|
||||||
|
- [Open Source for Beginners](https://opensource.guide/how-to-contribute/)
|
||||||
- [Introduction to Vue.js](https://v3.vuejs.org/guide/introduction.html)
|
- [Introduction to Vue.js](https://v3.vuejs.org/guide/introduction.html)
|
||||||
- [Vue.js Walkthrough](https://www.taniarascia.com/getting-started-with-vue/)
|
- [Vue.js Walkthrough](https://www.taniarascia.com/getting-started-with-vue/)
|
||||||
|
- [ES6 Features](https://github.com/lukehoban/es6features)
|
||||||
- [Definitive guide to SCSS](https://blog.logrocket.com/the-definitive-guide-to-scss/)
|
- [Definitive guide to SCSS](https://blog.logrocket.com/the-definitive-guide-to-scss/)
|
||||||
- [Complete beginners guide to Docker](https://docker-curriculum.com/)
|
- [Complete beginners guide to Docker](https://docker-curriculum.com/)
|
||||||
- [Docker Classroom - Interactive Tutorials](https://training.play-with-docker.com/)
|
- [Docker Classroom - Interactive Tutorials](https://training.play-with-docker.com/)
|
||||||
|
|
|
@ -32,7 +32,8 @@
|
||||||
|
|
||||||
### Dashy Live
|
### Dashy Live
|
||||||
> By [@Lissy93](https://github.com/lissy93)
|
> By [@Lissy93](https://github.com/lissy93)
|
||||||
> A dashboard I made to manage all project development links from one place
|
|
||||||
|
> A dashboard I made to manage all project development links from one place. View demo at [live.dashy.to](https://live.dashy.to/).
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue