Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/manucabral/pastesnip-frontend
- Owner: manucabral
- Created: 2023-04-01T20:07:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T04:50:53.000Z (2 months ago)
- Last Synced: 2024-11-22T02:09:54.173Z (2 months ago)
- Topics: context, railway, reactjs, tailwindcss, textstorage, vitejs
- Language: JavaScript
- Homepage: https://manucabral.github.io/pastesnip-frontend/
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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`