omariosouto / mariosouto.com

🎨 My personal website and monorepo of public projects

Home Page:https://mariosouto.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mariosouto.com

GitHub deployments Maintainability

Monorepo for my personal projects, also used as a playground for new ideas related to Front End and other projects in general.

Getting started

  • Clone the repository
  • Install the dependencies:
yarn install

Development

  • For normal dev mode for my website, just run:
yarn dev:web
  • For devmode and debug @skynexui/components inside my website run:

In one terminal

yarn libs:build:watch

And in another terminal window

yarn link @skynexui/components && yarn dev:web

For remove the debug mode, just run:

yarn libs:unlink && yarn install && yarn dev:web

Projects in this monorepo

Status Project
GitHub deployments Site

Other Projects

Kind Project
npm @skynexui/components
Awesome Developer Guide DevSoutinho
YouTube Channel Subscribers YouTube Channel

Tools used here

Decoration

Infra & CI/CD

Web

About

🎨 My personal website and monorepo of public projects

https://mariosouto.com


Languages

Language:TypeScript 94.7%Language:JavaScript 5.3%