Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/brionmario/brionmario.com
- Owner: brionmario
- License: mit
- Created: 2022-02-16T18:00:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T13:36:55.000Z (11 months ago)
- Last Synced: 2023-12-29T13:27:40.165Z (11 months ago)
- Topics: blog, nextjs, portfolio, turborepo, typescript
- Language: TypeScript
- Homepage: https://brionmario.com
- Size: 6.01 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## 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
```