Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brionmario/brionmario.com

👨🏽‍💻 Welcome to the source code for my personal website (Re-written with Next.js)
https://github.com/brionmario/brionmario.com

blog nextjs portfolio turborepo typescript

Last synced: about 5 hours ago
JSON representation

👨🏽‍💻 Welcome to the source code for my personal website (Re-written with Next.js)

Awesome Lists containing this project

README

        



README cover of brionmario.com source-code

## What's inside?

This repo uses [pnpm](https://pnpm.io) as a package manager. It includes the following packages/apps:

### Apps and Packages

- `apps`
- `website`: Main website app writtem in [Next.js](https://nextjs.org/) app
- `packages`
- `ui`: A stub React component library.
- `tsconfig`: `Typescript` configurations.

Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).

### Utilities

This turborepo has some additional tools already setup for you:

- [TypeScript](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting

### Build

To build all apps and packages, run the following command:

```bash
pnpm run build
```

### Develop

To develop all apps and packages, run the following command:

```bash
pnpm run dev
```