Giter Club home page Giter Club logo

docs's Introduction

Cartesi Documentation

Cartesi Docs has been built using Docusaurus 2, a modern static website generator.

Requirements

  • Install Node.js version >= 12.13
  • Install Yarn version >= 1.5

Note that on macOS you also need Xcode and Command Line Tools.

Run the Docs locally

  1. Fork the repo:

    For help, refer to GitHub Docs: Fork a repo.

  2. Clone your forked repo:

    git clone [email protected]:[your_github_handle]/cartesi/docs
    
  3. Navigate into the cloned folder:

    cd docs
    
  4. If you have already cloned the repository, be sure to sync your fork with the latest changes:

    For help, refer to GitHub Docs: Syncing a fork.

    git checkout master
    git pull
    
  5. Install the dependencies:

    yarn install
    

    The site is built using Docusaurus. You may need to install Docusaurus before running the Docs locally.

    yarn add docusaurus
    

    Alternatively, you can upgrade Docusaurus.

    yarn upgrade @docusaurus/core@latest @docusaurus/preset-classic@latest
    
  6. Run the Docs locally: The following command will start a local development server and open a browser window. Most changes are reflected live without having to restart the server.

    yarn start
    

And then point your browser to http://localhost:3000.

Build

$ yarn build

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

Deployment

This repo build is automatically deployed using AWS Amplify.

The following branches and pull requests are deployed to the following URLs:

Branch URL
master https://github.com/cartesi/docs

Project Structure

docs's People

Contributors

nicocartesi avatar nazeim avatar stskeeps avatar miltonjonat avatar dimitarangelkov avatar jorka avatar marcelstanley avatar masiedu4 avatar omahs avatar sukey2008 avatar tabascoatw avatar sandhilt avatar mpolitzer avatar souzavinny avatar torives avatar nyakiomaina 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.