Giter Club home page Giter Club logo

docs.runme.dev's Introduction

runme
id version
01HPS63DBFZ40KX2WT6H287DAC
v3

docs.runme.dev

This is the primary documentation website for Runme, located at docs.runme.dev. It primarily serves markdown using Docusaurus 2 to help runme users find installation, configuration, features, intergrations, faq and other information about using or contributing to Runme the open source project (runme.dev).

Check for broken links

$ npm install broken-link-checker -g

Run it against production site.

$ rm -f links.log; npx blc https://docs.runme.dev -ro > links.log
# expected to fail if any non 2xx/3xx status code occur

All 404s.

$ grep "HTTP_404" links.log

Ignore externals.

$ cat links.log | grep -v "https://github.com" | grep -v "https://marketplace" | grep "HTTP_404"

Installation

Install all the dependencies using npm.

npm install

Local Development

When developing locally we remove the build directory to avoid any confusion and run the docusaurus server.

rm -rf build/
npm run start

Most changes are reflected live without having to restart the server.

Build

To build the website locally, or to test/preview the build process that will run in CI.

npm run build

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

Deployment

This website is auto-deployed via Vercel's GitHub integration, when your branch is merged into main.

The status can be found here: https://vercel.com/stateful/docs-runme-dev

docs.runme.dev's People

Contributors

sourishkrout avatar edeediong avatar admc avatar dependabot[bot] avatar christian-bromann avatar lorenzejay avatar degrammer avatar joseeantonior avatar mxsdev avatar lizzparody avatar jeremy-clerc 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.