Skip to content

Latest commit

Β 

History

History
44 lines (28 loc) Β· 788 Bytes

README.md

File metadata and controls

44 lines (28 loc) Β· 788 Bytes

VS Code Readme Editor πŸ“

Import your existing Readme using the import button on the top right corner of the navbar, or create a new Readme from scratch by typing in the editor.

Get Started πŸš€

To get started, hit the 'clear' button at the top of the editor!

Prebuilt Components/Templates πŸ”₯

You can checkout prebuilt components and templates by clicking on the menu icon on the top left corner of the navbar.

Save Readme ✨

Once you're done, click on the save button to directly save your Readme to your project's root directory!

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

npm install

Start the server

npm run start