/reactplay-docs

Source Code of the ReactPlay Documentation Website

Primary LanguageJavaScriptMIT LicenseMIT

docsite

Source Code of the ReactPlay Documentation Website

Getting Started

To get started, you need to have Node.js installed on your machine. You can download it from here.

  1. Clone the repository.
git clone https://github.com/reactplay/docs
  1. Install the dependencies by running the following command in the root directory of the project:
npm install
  1. Start the development server by running the following command in the root directory of the project:
npm run start
  1. Visit http://localhost:3000/ in your browser to view the website.
  2. Make changes to the code and see the changes reflected in the browser.
  3. Stop the development server by pressing Ctrl+C in the terminal.
  4. To build the website, run the following command in the root directory of the project:
npm run build
  1. To deploy the website, run the following command in the root directory of the project:
npm run deploy