/codingcodax.dev

Personal website with a my own blog and newsletter. Built with Next JS, Typescript y MDX

Primary LanguageTypeScript

Live preview:

🛠 This site is built using

Site is deployed through Vercel

Running the project locally

  • Clone the project locally:
    • git clone https://github.com/codingcodax/codingcodax.dev/
  • Install the dependencies.
    • npm install or npm i or yarn
  • Run the development server:
    • npm run dev or yarn dev
  • Finally open localhost:3000

Learn more

If you're interested in contributing, or just interested in the main tools I'm using, you can check them out via the links below.

  • Next.js Docs - learn about Next.js features and API.
  • Stitches - learn about Stitches features and API.