This is my personal blog, a really cool project to build! The idea is to post things I learn, tips from the front world and routines in my life!
This project was developed with the following technologies:- Markdown
- Next.Js
- TypeScript
- Lucie Icon
- Web Responsive
- Clean Code
The application is available for use here. You can also run it on your machine locally. Make sure you have Node.js
and npm
installed before proceeding with the steps below:
- Clone the project:
$ git clone https://github.com/natamartins/nata.codedev.com.br.git
- In your termi, access the past folder:
$ cd nata.codedev.com.br
- Install dependencies:
$ npm install
- Start project:
$ npm run dev