Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 863 Bytes

File metadata and controls

26 lines (16 loc) · 863 Bytes

BlackStar CodeLabs | Practical Google Cloud AI Codelabs

Welcome to BlackStar CodeLabs! This repository hosts a step-by-step interactive portal designed to deliver high-quality, practical workshops and technical codelabs for developers building with Google Cloud AI technologies.


🛠️ Local Development

Since the portal is built using standard Vanilla HTML5, CSS3, and ES6 JavaScript, there are no build steps or compiler requirements.

Option 1: Static Loading

Simply double-click the index.html file to open and run it directly in any modern web browser.

Option 2: Local Web Server (Recommended)

To run a clean local development server on http://localhost:3000:

  1. Open your terminal in this directory.
  2. Start the local server:
    npm start

📝 License

This project is licensed under the MIT License.