/paste

Primary LanguageJavaScript

paste.jpc.io

A pastebin website available at paste.jpc.io

Install dependencies

npm install

Deploying Backend Resources

Deploy necessary resources to your personal AWS account via

npx amplify sandbox

This will populate the amplify_outputs.json file at the root of your project, which contains all configuration necessary to interact with the deployed resources.

Test the website

npm run dev

Then navigate to https://localhost:3000