🌱 Beginner's Guide
Get started with Ώνίον's foundational tutorials. From installation to your first project, we'll guide you step by step.
1. Setting Up Your Environment
- Install Node.js from
nodejs.org
- Clone our starter template:
git clone github.com/ullbvnwns/starter-template.git
- Run
npm install
to install dependencies
2. Your First Command
console.log("Hello Ώνίον!");
// Run with: npm start
This will print your first message in the console. Try modifying the text and see changes instantly.
🚀
Your project should light up immediately with our interactive development server!
3. Interactive Tutorials
Features You'll Learn:
- Real-time feedback as you write code
- Automated testing for exercises
- Visual code tracing for learning logic
Try It Live!
console.log("What's 2 + 2?");
Result: 4