The gateway to the solar system through collaborative simulation, standardized robotics, and decentralized innovation.
This is a high-performance, single-page landing page built using HTML5, Vanilla JavaScript, and Tailwind-based CSS. It is designed for maximum performance and visual excellence.
Since this is a static project, you can simply:
- Open
index.htmldirectly in your browser. - Or use a local server (like
npx serveor Live Server in VS Code) for a better development experience.
Content is primarily maintained in individual Markdown files in the root directory (e.g., luncosim.md, lors.md, cosmifi.md). These are then synchronized with the corresponding sections in index.html.
This project leverages AI agent skills to ensure high-quality, consistent development and maintenance.
skills/: Contains project-specific skills and guides (e.g., lunco-web-guide). Use this folder for any customized logic or documentation specific to the LunCo website..agents/skills/: Contains dependent/external skills managed viaskills-lock.json. These are automatically installed or updated using theskillsCLI.
Note
The npx skills CLI may occasionally generate auxiliary folders (e.g., .claude, .agent/skills). We do not use these in this project; they should be manually removed if they appear.
To manage dependencies and external skills:
- Browse Available Skills: Visit skills.sh.
- Restore Skills: To restore skills defined in
skills-lock.json:npx skills experimental_install
- Add External Skills:
npx skills add <owner>/<repo>
For more details, visit the skills npm package.
The site can be deployed to any static hosting provider (Vercel, GitHub Pages, Netlify) by simply uploading the repository's files.