Skip to content
forked from uakbr/cloud

M3O Cloud UX (Next.js version coming soon)

License

Notifications You must be signed in to change notification settings

type-checker/cloud

 
 

Repository files navigation

M3O Cloud

The M3O public cloud UX

Overview

This repo is for the open source cloud UX built in angular. It's powering the current m3o.com UI.

Development

This project is the open source self hostable cloud UX built in angular. It's currently in maintanence mode as we move onto a Next.js version.

Please feel free to contribute any updates.

How to run

The source in this project provides an open UX for anyone to run locally or host themselves. The backend is hosted at api.m3o.com.

npm install && ng serve

Or with server side rendering:

npm run dev:ssr

Navigate to http://localhost:4200/.

Regenerate Sitemap

Go to any sitemap generator (example: https://www.xml-sitemaps.com/) site and commit the output to src/sitemap.xml

About

M3O Cloud UX (Next.js version coming soon)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.2%
  • HTML 33.3%
  • JavaScript 6.0%
  • CSS 1.5%
  • SCSS 1.0%