Triton Web

Frontend for DSCVIT's internal pastebin and url shortener.

Functionalities

  • [x] Paste data, save and share!
  • [x] Paste a URL To shorten
  • [x] Copy entire paste by pressing alt-c
  • [x] Render Markdown (append .md at the end of URL)
  • [x] Analytics (powered by Simple Analytics)

Instructions to run

  • Pre-requisites:

    • Nuxt/Vue
  • < directions to install >

git clone https://github.com/GDGVIT/triton-web.git
  • < directions to execute >
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.