My personal dev site built with Next.js, Chakra-UI, and TypeScript.
Marsidev.xyz is a personal development site created using Next.js, Chakra-UI, and TypeScript. It serves as a showcase for the developer’s skills and projects.
To install and run the Marsidev.xyz site locally, follow these steps:
git clone https://github.com/marsidev/marsidev.xyz.gitcd marsidev.xyznpm installnpm run devOnce the server is running, you can access the site at http://localhost:3000.
Marsidev.xyz is a personal development site built using Next.js, Chakra-UI, and TypeScript. It showcases the developer’s skills and projects. With Next.js, the site benefits from server-side rendering and efficient rendering of static websites. Chakra-UI provides a set of customizable UI components, enabling an aesthetically pleasing design. TypeScript adds type safety to the project for better error handling and code organization. To install the site locally, clone the repository, install the dependencies, and start the development server.