built with Docusaurus, sharing my professional journey.
- Framework: Docusaurus
- Styling: CSS Modules, Custom CSS
- Animations: Framer Motion
- Icons: Font Awesome
- Deployment: Netlify
- Domain: registro.br
-
Clone:
git clone https://github.com/nixoletas/me.git cd me -
Install dependencies:
npm install # or yarn install -
Start the development server:
npm start # or yarn start -
Open http://localhost:3000 in your browser.
me/
├── src/
│ ├── components/ # React components
│ ├── css/ # Global styles
│ ├── pages/ # Main pages
│ └── data/ # Project data
├── static/ # Static assets
└── docs/ # Documentation
For customizing this website and making your own portfolio, check out Docusaurus official documentation at https://docusaurus.io/docs