This is the official website for DevOpsMario, built with Next.js and Tailwind CSS.
First, install the dependencies:
npm install
# or
yarn install
Then, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
To build the static site for production:
npm run build
# or
yarn build
The static files will be generated in the out
directory.
The site is configured for static export, so it can be deployed to any static hosting service like Vercel, Netlify, or GitHub Pages.
- Next.js 14
- React 18
- Tailwind CSS
- TypeScript