Coder Social home page Coder Social logo

bottenderjs.github.io's Introduction

Bottender

This repo contains the source code and documentation for Bottender.

Getting started

Installation

  1. clone this repo to your local machine
  2. yarn to install the website's npm dependencies.

Running locally

  1. yarn run dev to start the dev server (powered by Gatsby)
  2. open http://localhost:8000 to open the site

Contributing

Create a branch

  1. git checkout source in your local repo
  2. git pull origin source to ensure you have the latest main code
  3. git checkout -b the-name-of-my-branch to create a branch (remember to replace the-name-of-my-branch with a suitable name)

Make the change

  1. Changes to React components in src will hot-reload
  2. Changes to markdown files in content will hot-reload
  3. If working with plugins, you may need to remove the .cache directory and restart the server.

Test the change

  1. Run yarn run lint from the project root. Make sure it pass the check.
  2. If possible, test any visual changes in all latest version of common browsers, on both desktop and mobile.

Push it

  1. git add -A && git commit -m "My message" (replacing My message with a commit message, such as Fixed header logo on Android) to stage and commit your changes
  2. git push my-fork-name the-name-of-my-branch
  3. Make a pull-request

Troubleshooting

  • yarn reset to clear the local cache
  • rm -rf node_modules && yarn to reinstall the dependencies

bottenderjs.github.io's People

Contributors

calvin-lin avatar ceoehis avatar chentsulin avatar eshuang88 avatar homerchen19 avatar kidkcl avatar kpman avatar littlewhiteya avatar mark86092 avatar terry623 avatar tw0517tw avatar wtflink avatar xcrossd avatar

Watchers

 avatar  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.