Skip to content

temrb/tmbv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmbv-site

This is the repository for personal site/blog tmbv.me. It is built using Mintlify.

Development

To run the site locally, you need to have Node.js installed.

  1. Clone the repository:

    git clone git@github.com:temrb/tmbv.git
    cd (path to the cloned repository)
  2. Install mintlify globally:

    npm install -g mintlify
  3. Start the development server:

    mintlify dev
  4. Open your browser and navigate to http://localhost:3000/.

  5. Start editing the files in the src directory. The site will automatically reload with the changes you make.

Deployment

You need to have a Mintlify account to deploy the site. Follow onboarding instructions to deploy site.