Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.47 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.47 KB

Razaqul Tegar site

License: MIT

Note: The source for this site was not created to be a template or theme, but for my own use. Feel free to take whatever inspiration from it that you want, but this code was not written with the intention of being, cloned and deployed. As such, I do not provide support or guidance for doing that. I recommend using the NextJS Blog Starter to set up a blog or an existing theme created for that purpose.

Installation

  1. Run local server:

    # clone this repository
    git clone https://github.com/razaqultegar/razaqultegar.com.git
  2. Start developing.

    Navigate into repo’s directory and start it up.

    # install dependencies
    yarn
    # or if you'd like to use npm instead
    npm install
    # serve with hot reload at localhost:3000
    yarn run dev
  3. Open the source code and start editings

    Your site is now running at http://localhost:3000 !

Acknowledgements

License

This project is open source and available under the MIT License.