diff --git a/.env.example b/.env.example deleted file mode 100644 index cd6a7d00..00000000 --- a/.env.example +++ /dev/null @@ -1,81 +0,0 @@ -# Environment -NODE_ENV=development - -# Ports -PORT=3000 - -# URLs -# These URLs must reference a publicly accessible domain or IP address, not a docker container ID (depending on your compose setup) -PUBLIC_URL=http://localhost:3000 -STORAGE_URL=http://localhost:9000/default # default is the bucket name specified in the STORAGE_BUCKET variable - -# Database (Prisma/PostgreSQL) -# This can be swapped out to use any other database, like MySQL -# Note: This is used only in the compose.yml file -POSTGRES_PORT=5432 -POSTGRES_DB=postgres -POSTGRES_USER=postgres -POSTGRES_PASSWORD=postgres - -# Database (Prisma/PostgreSQL) -DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres?schema=public - -# Authentication Secrets -# generated with `openssl rand -base64 64` -ACCESS_TOKEN_SECRET=access_token_secret -REFRESH_TOKEN_SECRET=refresh_token_secret - -# Chrome Browser (for printing) -# generated with `openssl rand -hex 32` -CHROME_PORT=8080 -CHROME_TOKEN=chrome_token -CHROME_URL=ws://localhost:8080 -# Launch puppeteer with flag to ignore https errors -# CHROME_IGNORE_HTTPS_ERRORS=true - -# Mail Server (for e-mails) -# For testing, you can use https://ethereal.email/create -MAIL_FROM=noreply@localhost -# SMTP_URL=smtp://username:password@smtp.ethereal.email:587 - -# Storage -STORAGE_ENDPOINT=localhost -STORAGE_PORT=9000 -STORAGE_REGION=us-east-1 -STORAGE_BUCKET=default -STORAGE_ACCESS_KEY=minioadmin -STORAGE_SECRET_KEY=minioadmin -STORAGE_USE_SSL=false -STORAGE_SKIP_BUCKET_CHECK=false - -# Nx Cloud (Optional) -# NX_CLOUD_ACCESS_TOKEN= - -# Crowdin (Optional) -# CROWDIN_PROJECT_ID= -# CROWDIN_PERSONAL_TOKEN= - -# Feature Flags (Optional) -# DISABLE_SIGNUPS=false -# DISABLE_EMAIL_AUTH=false - -# GitHub (OAuth, Optional) -# GITHUB_CLIENT_ID= -# GITHUB_CLIENT_SECRET= -# GITHUB_CALLBACK_URL=http://localhost:5173/api/auth/github/callback - -# Google (OAuth, Optional) -# GOOGLE_CLIENT_ID= -# GOOGLE_CLIENT_SECRET= -# GOOGLE_CALLBACK_URL=http://localhost:5173/api/auth/google/callback - -# OpenID (Optional) -# VITE_OPENID_NAME= -# OPENID_AUTHORIZATION_URL= -# OPENID_CALLBACK_URL=http://localhost:5173/api/auth/openid/callback -# OPENID_CLIENT_ID= -# OPENID_CLIENT_SECRET= -# OPENID_ISSUER= -# OPENID_SCOPE=openid profile email -# OPENID_TOKEN_URL= -# OPENID_USER_INFO_URL= diff --git a/.github/workflows/lint-test-build.yml b/.github/workflows/lint-test-build.yml index 0cb9aa8c..cf84eddb 100644 --- a/.github/workflows/lint-test-build.yml +++ b/.github/workflows/lint-test-build.yml @@ -25,8 +25,6 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4.0.0 - with: - version: latest - name: Setup Node.js uses: actions/setup-node@v4.1.0 diff --git a/.gitignore b/.gitignore index 09cd1b79..79fe9b0b 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ Thumbs.db # Generated Files .nx .swc +.turbo fly.toml stats.html diff --git a/.ncurc.json b/.ncurc.json index 92cae601..b4408453 100644 --- a/.ncurc.json +++ b/.ncurc.json @@ -5,7 +5,9 @@ "install": "always", "packageManager": "pnpm", "reject": [ + "nx", "eslint", + "@nx/*", "@swc/*", "@swc-node/*", "@reactive-resume/*", diff --git a/.vscode/settings.json b/.vscode/settings.json index 59c8b14b..702f6a70 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,9 +1,9 @@ { "css.validate": false, - "vitest.disableWorkspaceWarning": true, "typescript.tsdk": "node_modules/typescript/lib", "tailwindCSS.experimental.classRegex": [ ["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"], ["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"] - ] + ], + "i18n-ally.localesPaths": ["apps/client/src/locales"] } diff --git a/README.md b/README.md index 26621a92..d8919580 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ - +
+
+
+### [Warp, built for coding with multiple AI agents.](https://go.warp.dev/Reactive-Resume)
+
+[Available for MacOS, Linux, & Windows](https://go.warp.dev/Reactive-Resume)

[](https://hub.docker.com/repository/docker/amruthpillai/reactive-resume)
@@ -12,6 +23,8 @@ A free and open-source resume builder that simplifies the process of creating, u
### [Go to App](https://rxresu.me/) | [Docs](https://docs.rxresu.me/)
+
-
+