From 6f1b3aa34738f616ee01a7100b35aceeb958320b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Tue, 4 Nov 2025 13:56:50 -0300 Subject: [PATCH] upda readme --- .gitignore | 10 +-- apps/insights.saladeaula.digital/README.md | 80 +--------------------- 2 files changed, 7 insertions(+), 83 deletions(-) diff --git a/.gitignore b/.gitignore index 88408d5..86f7581 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,19 @@ +node_modules/ +requirements.txt +build/ +__pycache__ .aws-sam .pytest_cache .venv .ruff_cache .DS_Store .coverage -__pycache__ .python-version -requirements.txt .meili_data/ .dynamodb_volume/ .elastic_volume/ .env -node_modules/ .turbo .postgres_data .react-router -.wrangler -build/ \ No newline at end of file +.wrangler \ No newline at end of file diff --git a/apps/insights.saladeaula.digital/README.md b/apps/insights.saladeaula.digital/README.md index e83f9fc..520a244 100644 --- a/apps/insights.saladeaula.digital/README.md +++ b/apps/insights.saladeaula.digital/README.md @@ -1,79 +1,3 @@ -# Welcome to React Router! +# [id.saladeaula.digital](https://insights.saladeaula.digital) -A modern, production-ready template for building full-stack React applications using React Router. - -## Features - -- 🚀 Server-side rendering -- ⚡️ Hot Module Replacement (HMR) -- 📦 Asset bundling and optimization -- 🔄 Data loading and mutations -- 🔒 TypeScript by default -- 🎉 TailwindCSS for styling -- 📖 [React Router docs](https://reactrouter.com/) - -## Getting Started - -### Installation - -Install the dependencies: - -```bash -npm install -``` - -### Development - -Start the development server with HMR: - -```bash -npm run dev -``` - -Your application will be available at `http://localhost:5173`. - -## Previewing the Production Build - -Preview the production build locally: - -```bash -npm run preview -``` - -## Building for Production - -Create a production build: - -```bash -npm run build -``` - -## Deployment - -Deployment is done using the Wrangler CLI. - -To build and deploy directly to production: - -```sh -npm run deploy -``` - -To deploy a preview URL: - -```sh -npx wrangler versions upload -``` - -You can then promote a version to production after verification or roll it out progressively. - -```sh -npx wrangler versions deploy -``` - -## Styling - -This template comes with [Tailwind CSS](https://tailwindcss.com/) already configured for a simple default starting experience. You can use whatever CSS framework you prefer. - ---- - -Built with ❤️ using React Router. +O código-fonte para [id.saladeaula.digital](https://insights.saladeaula.digital), construído com [React Router](https://github.com/remix-run/react-router).