This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
Recently, Google released its VSCode-like code editor. In this editor, a configuration file is used to configure the workspace called .idx. In this file, it is possible to define package managers for the project, extensions to be installed in the project, commands to be executed when the project is opened for the first time or whenever the workspace is opened, among other things.
What I did was create and configure the dev.nix file, with the goal of improving the user experience.
Recently, Google released its VSCode-like code editor. In this editor, a configuration file is used to configure the workspace called .idx. In this file, it is possible to define package managers for the project, extensions to be installed in the project, commands to be executed when the project is opened for the first time or whenever the workspace is opened, among other things.
What I did was create and configure the dev.nix file, with the goal of improving the user experience.
Reference of the dev.nix file from Project IDX: https://developers.google.com/idx/guides/devnix-reference?hl=pt-br