Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.74 KB

Pre-Bootcamp.MD

File metadata and controls

33 lines (22 loc) · 1.74 KB

1️⃣ - Your coding environment is ready 💻

  • Node.js (>16.*.*) installed. To verify if Node is installed and which version:
node --version

In case you need to install Node. Check this tutorial

  • dfx (> 0.14.*) installed. To verify if dfx is installed and which version:
dfx --version

In case you need to install dfx. Check this tutorial.

2️⃣ - You have the foundational knowledge necessary for the Bootcamp 📚

  • The Basics of Programming: You are comfortable with the fundamentals, such as variables, loops, and conditional statements.
  • Terminal: You are comfortable with navigating and executing commands in a command prompt.
  • Web development: You understand HTML, CSS and JavaScript.
  • Git and GitHub: You understand the basics of git, such as cloning repositories, committing changes, and pushing to remote repositories. During the week, you will need to use and share your personal repository.
  • TypeScript: This program is not designed to learn TypeScript from scratch. While you don’t need to be an expert and we will offer support throughout the week, it’s essential that you are already familiar with and proficient in the language.

3️⃣ - Engaging with the Community and Initial Steps 👋