Welcome to the Tape Developers portal repository. It contains everything needed for the Tape Developer Portal: https://developers.tapeapp.com/.
Execute the following commands to get a local version of the developer portal up and running:
# Clone the repository
git clone git@github.com:tape-dev/developers.tapeapp.com.git
# Navigate into the newly created folder
cd developers.tapeapp.com
# Install NPM dependencies
npm install
# Start the documentation webserver
npm run start
# Publish the documentation
npm run publish