Note: This solution works from React 16.8 due to the use of built-in hooks.
If you're here for a description, please see the docs on Github Page
- Clone the repository
- Run
npm install
- Run
npm start
- Open http://localhost:3000/ on your local machine
- Install Docker Desktop
- Install the Remote - Containers extension in VSCode
- Clone the repository and open the folder in VSCode
- From the Command Palette (Ctrl+Shift+P), choose "Remote-Containers: Rebuild and Reopen in Container".
This will create a docker image based on the contents of the .devcontainer folder and install all necessary dependencies. - In your embedded terminal:
cd docs bundle install bundle exec jekyll serve
- Open
http://localhost:4000
in your browser
- Follow the Prerequisites section of this GitHub article to set up Jekyll locally
- Clone this repository and open it in your terminal
- Navigate to the docs folder and serve it in Jekyll
cd docs bundle install bundle exec jekyll serve
- Open
http://localhost:4000
in your browser