Coder Social home page Coder Social logo

arkaroy147 / docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from resuminator/docs

0.0 0.0 0.0 1.52 MB

Documentation and Wiki for Resuminator

Home Page: https://docs.resuminator.in

License: GNU General Public License v3.0

JavaScript 46.04% TypeScript 31.23% CSS 22.73%

docs's Introduction

Resuminator Docs

Netlify Status CI

This repository contains Resuminator Documentation hosted here. Documentation uses Docusaurus at its core. For basic functionality and work around, Do check out Docusaurus.

Setting Up Local Environment

Pre-requisities

  • Node.js version >= 14 or above (which can be checked by running node -v). You can use nvm for managing multiple Node versions on a single machine installed.

        $ node -v
        v14.15.1

Preparing for Contribution

  • Fork this your GitHub account.

  • Then clone the forked repository, by typing the following line in your local terminal/powershell. Remember to replace <your-username> with your actual GitHub username.

    git clone https://github.com/<your-username>/docs.git
  • Navigate to the cloned repository on your local system

    cd docs
  • Add remotes to the parent repository. This will help you fetch the code from the parent repo to avoid any merge conflicts later.

    git remote add upstream https://github.com/resuminator/docs.git
  • Finally, fetch the upstream's latest code from the main branch.

    git fetch upstream main

Local Configuration

Now that you have setup the docs repository correctly, the next thing we will focus on is how to configure project to work on your machine and render that beautiful docs.

  • Install all the dependencies on your local system using the command given below.

    npm install
  • Run the setup.

    npm start

    It should be running at Port 3000.

Creating a pull request

  • To create a pull request, check this out

Steps to check out the Markdownlinting issues

  • To install as a npm package use npm install -g markdownlint-cli
  • To run use markdownlint '**/*.md'

Contributing

All the current issues are being tracked in an Umbrella Issue. Read Instructions there

docs's People

Contributors

arpitpandey0209 avatar kgoutham7214 avatar lyqht avatar merrcury avatar roopeshsn avatar viveknigam3003 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.