Navigation Menu Hardware requirements TrustedPoint Services Installation guide 1. Install required packages 2. Install Go 3. Install initia binary 4. Set up variables 5. Initialize the node 6. Download genesis.json 7. Add seeds and peers to the config.toml 8. Change ports (Optional) 9. ....read more
This post will includes a tutorial on how to configure tailwind for Django using gulp. Most of the references come from: Nomadcoders 1. Node.js & gulp installation Have the node.js and gulp installed Dependencies used in this tutorial are: 12. ....read more
This post includes a brief summary of how-to setup a proper configuration for migrating wordpress-based webservice to django for the following website REITSKorea. References come mostly from: Nomadcoders and my personal researches throughout the internet. 1. pipenv & install django pipenv is a package + virtual environment manager. ....read more
This post demonstrates basic markdown syntaxes. All references come from: Markdown Guide & 마크다운 문법 1. Headings MARKDOWN RESULTS # Heading 1 Heading 1 ## Heading 2 Heading 2 ### Heading 3 Heading 3 #### Heading ....read more