Skip to content

Commit cb1ab26

Browse files
committed
chore: update repo to docs repo
1 parent 23605cc commit cb1ab26

File tree

335 files changed

+58
-11645
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

335 files changed

+58
-11645
lines changed
File renamed without changes.
File renamed without changes.

.gitignore

+42-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1-
preconfigs.txt
2-
gitpush
3-
gitpush.exe
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
.yarn/install-state.gz
8+
9+
# testing
10+
/coverage
11+
12+
# next.js
13+
/.next/
14+
/out/
15+
/page/
16+
17+
# production
18+
/build
19+
20+
# misc
21+
.DS_Store
22+
*.pem
23+
24+
# debug
25+
npm-debug.log*
26+
yarn-debug.log*
27+
yarn-error.log*
28+
29+
# local env files
30+
.env*.local
31+
32+
# vercel
33+
.vercel
34+
35+
# typescript
36+
*.tsbuildinfo
37+
next-env.d.ts
38+
.env
39+
40+
# Temporary files
41+
backupnews.tsx
42+
translate.mjs
File renamed without changes.

CONTRIBUTING.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
The multiform-validator is a powerful Multilanguage library for validating form fields in multiple languages. This guide describes the guidelines for contributing to the project efficiently and effectively.
44

5+
## Getting Started
6+
7+
First, run the development server:
8+
9+
```bash
10+
npm run dev
11+
# or
12+
yarn dev
13+
# or
14+
pnpm dev
15+
# or
16+
bun dev
17+
```
18+
19+
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
20+
521
## How to Contribute
622

723
1. **Fork the Repository**
File renamed without changes.

docs/.gitignore

-42
This file was deleted.

docs/README.md

-36
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/c/README.md

-8
This file was deleted.

packages/c/src/cnpjValidator.c

-99
This file was deleted.

packages/c/src/cpfValidator.c

-76
This file was deleted.

packages/csharp/README.md

-8
This file was deleted.

packages/csharp/main.cs

-38
This file was deleted.

packages/java/.gitignore

-2
This file was deleted.

0 commit comments

Comments
 (0)