Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manucabral/pastesnip-frontend

A simple text or 'source code' storage website inspired in Pastebin.
https://github.com/manucabral/pastesnip-frontend

context railway reactjs tailwindcss textstorage vitejs

Last synced: 10 days ago
JSON representation

A simple text or 'source code' storage website inspired in Pastebin.

Awesome Lists containing this project

README

        

# Pastesnip

A simple text or 'source code' storage website inspired in Pastebin.

## Setup
- Install dependencies with `yarn`
- Run `yarn dev`

Open http://localhost:3000 with your browser to see the result.

## Deploy on Railway
- Connect to your Railway project `railway link`
- Start the development server `railway run yarn dev`