How to setup getnighthawk.dev website development server?

How to setup getnighthawk.dev website development server?

2 Likes

@Yash_Kamboj You can run make site within the project folder to build and serve the site locally.

2 Likes

Adding to @Navendu’s response, @Yash_Kamboj note that the getnighthawk.dev site builds in a very similar way as to Meshery Docs.

2 Likes


I am getting this error although I have tzinfo installed, please help

Hi @Parth.Malaviya
Try running gem install tzinfo followed by gem install tzinfo-data.

Hey @Yash_Kamboj ,

  1. Navigate to docs then to Gemfile
  2. Try adding the below lines in Gemfile at the end of the file.
      gem "tzinfo", "~> 1.2"
      gem "tzinfo-data"
    
  3. Then type bundle install or bundle update command in your terminal.
  4. Then try make site .

I have faced the same issue but I have followed the above steps and it works for me :slight_smile: