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.
Since the portal is built using standard Vanilla HTML5, CSS3, and ES6 JavaScript, there are no build steps or compiler requirements.
Simply double-click the index.html file to open and run it directly in any modern web browser.
To run a clean local development server on http://localhost:3000:
- Open your terminal in this directory.
- Start the local server:
npm start
This project is licensed under the MIT License.