This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
603e747
commit 8fd6ba2
Showing
169 changed files
with
16,710 additions
and
20,511 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# These owners will be the default owners for everything in | ||
|
||
# the repo. Unless a later match takes precedence, | ||
|
||
# @code4puertorico/paravotar will be requested for | ||
|
||
# review when someone opens a pull request. | ||
* @code4puertorico/paravotar | ||
|
||
- @code4puertorico/paravotar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
--- | ||
name: Feedback | ||
about: A template to submit feedback to the ParaVotar team. | ||
title: '' | ||
title: "" | ||
labels: feedback | ||
assignees: '' | ||
|
||
assignees: "" | ||
--- | ||
|
||
<!--Thank you for taking an interest in our efforts. Before you submit this issue please take some time to look for similar issues that have already been submitted. | ||
If you find one please feel free to participate in that discussion. If you didn't find one then please submit this one. | ||
If you find one please feel free to participate in that discussion. If you didn't find one then please submit this one. | ||
If this has to do with a Code of Conduct violation please email us at coc@code4puertorico.org | ||
Thanks again! ❤️ --> | ||
|
||
__Please write your feedback as detailed as possible bellow.__ | ||
**Please write your feedback as detailed as possible bellow.** | ||
|
||
<!--Write you feedback here--> | ||
|
||
**Have you thought about any possible solutions or ways to approach this? If so please let us know!** | ||
|
||
__Have you thought about any possible solutions or ways to approach this? If so please let us know!__ | ||
<!--Write your thoughts here--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,30 @@ | ||
# Para Votar | ||
# React + TypeScript + Vite | ||
|
||
![CI](https://github.com/Code4PuertoRico/paravotar/workflows/CI/badge.svg) | ||
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. | ||
|
||
## Development | ||
Currently, two official plugins are available: | ||
|
||
```shell | ||
# Install Gatsby CLI | ||
yarn global add gatsby-cli | ||
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh | ||
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh | ||
|
||
# Clone the repository | ||
git clone git@github.com:Code4PuertoRico/paravotar.git | ||
## Expanding the ESLint configuration | ||
|
||
# Navigate into your new site’s directory | ||
cd paravotar | ||
If you are developing a production application, we recommend updating the configuration to enable type aware lint rules: | ||
|
||
# Install dependencies | ||
yarn install | ||
- Configure the top-level `parserOptions` property like this: | ||
|
||
# Run development server | ||
npm start | ||
```js | ||
export default { | ||
// other rules... | ||
parserOptions: { | ||
ecmaVersion: "latest", | ||
sourceType: "module", | ||
project: ["./tsconfig.json", "./tsconfig.node.json"], | ||
tsconfigRootDir: __dirname, | ||
}, | ||
} | ||
``` | ||
|
||
## Deployment | ||
|
||
Deployments are managed by Netlify. The site will update automatically when we merge something into master. | ||
- Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked` | ||
- Optionally add `plugin:@typescript-eslint/stylistic-type-checked` | ||
- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { defineConfig } from "cypress"; | ||
|
||
export default defineConfig({ | ||
e2e: { | ||
baseUrl: "http://localhost:5173", | ||
viewportHeight: 2000, | ||
viewportWidth: 2000, | ||
chromeWebSecurity: false, | ||
video: false, | ||
setupNodeEvents(on, config) { | ||
// implement node event listeners here | ||
}, | ||
}, | ||
}); |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.