Skip to content
View gowthamk17's full-sized avatar
🚀
Building
🚀
Building

Block or report gowthamk17

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gowthamk17/README.md

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

Popular repositories Loading

  1. LeetCode LeetCode Public

    Collection of My LeetCode Challenges

    Python 1

  2. Scroll-Animation Scroll-Animation Public

    Scroll Animation usring pure Html , CSS & Javascript

    HTML 1

  3. gowthamk17 gowthamk17 Public

    Config files for my GitHub profile.

    TypeScript

  4. react-task-tracker react-task-tracker Public

    simple Task SPA in react

    JavaScript

  5. JavaScript30 JavaScript30 Public

    30 JS Application

    HTML

  6. pycalculator pycalculator Public

    Python version of Ubuntu calculator

    Python