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

https://github.com/cassiofb-dev/cassio-souza

My personal portfolio and blog
https://github.com/cassiofb-dev/cassio-souza

blog cloudflare-pages docusaurus portfolio website

Last synced: 7 months ago
JSON representation

My personal portfolio and blog

Awesome Lists containing this project

README

          


Cássio Souza - Personal Website

My personal portfolio and blog


About
Usage
Development
Credits
License

## About

This site was made using [docusaurus](https://github.com/facebook/docusaurus) a modern static website generator.

The main contents are explained bellow:

1. Tutorial pages are made in markdown in [docs folder](/docs/)
2. Blog posts are also made in markdown in [blog folder](/blog/)
3. Custom pages and components are made in tsx in [source folder](/src/)

## Usage

### With Docker

Run ``docker compose up -d`` and open [http://localhost:3333](http://localhost:3333) in your browser.

### With Node and Yarn

Run ``yarn`` to install dependencies and then ``yarn serve`` to run the application. Then open [http://localhost:3333](http://localhost:3333) in your browser.

## Credits

Thanks for the open source projects bellow:

- [Docker](https://github.com/docker)
- [NodeJS](https://github.com/nodejs)
- [React](https://github.com/facebook/react)
- [Docusaurus](https://github.com/facebook/docusaurus)

## License

MIT