Now you can directly work in your browser!
Note:
- There is an index.js file located under the **_src** folder_
- The index.js file, it's already linked with the debugger in your launch.json
To run the index.js file:
-
with node, copy and enter one of the following commands on your terminal:
npm start
or:
node src/index.js
-
in development mode that restarts every time you save a file:
npm run dev
Note:
- There is a class.puml example file located in the architecture folder.
To start working *.puml files:
- You can continue by editing the class.puml file
- Add additional *.puml files on that folder too.
If you what to visualize a preview of the class.puml file or another *.puml file on the project, please select the file and on your keyboard press the following keys:
-
MacOS: Option + D
-
Linux/Windows: Alt + D The above commands will automatically open your a window and will show you live any updates that you make on the file.
Now that we are ready, let's have some coding fun!
Copyright (c) 2022 Coyotiv
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.