mlacosta / mlacosta-website

Personal Portfolio V4

Home Page:https://mlacosta.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Next.js Template

A typescript monorepo template for Front-End projects

Installation

# Clone this repository
$ git clone https://github.com/mlacosta/frontend-monorepo-template

# Go into the repository
$ cd frontend-monorepo-template

# Install dependencies
$ yarn install

How to use

# Run a package script
$ yarn workspace @<your-project-name>/<package-name> <your-command>

# Run storybook
$ yarn storybook:run

Packages

This repo uses the following open source packages:

How to contribute

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/newFeature)
  3. Commit your Changes (git commit -m 'Add some newFeature')
  4. Push to the Branch (git push origin feature/newFeature)
  5. Open a Pull Request

About

Personal Portfolio V4

https://mlacosta.io


Languages

Language:TypeScript 69.9%Language:CSS 25.2%Language:JavaScript 4.0%Language:Shell 0.9%