knox / React-Hook-Form-2.jsx
0 likes
0 forks
1 files
Last active
1 | import { useForm } from 'react-hook-form'; |
2 | |
3 | function App() { |
4 | const { |
5 | register, |
6 | handleSubmit, |
7 | formState: { errors }, |
8 | } = useForm(); |
9 | |
10 | return ( |
knox / React-Hook-Form-1.sh
0 likes
0 forks
1 files
Last active
1 | npm install react-hook-form |
knox / pgvector-3.sh
0 likes
0 forks
1 files
Last active
1 | set "PGROOT=C:\Program Files\PostgreSQL\16" |
2 | cd %TEMP% |
3 | git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git |
4 | cd pgvector |
5 | nmake /F Makefile.win |
6 | nmake /F Makefile.win install |
knox / pgvector-2.sh
0 likes
0 forks
1 files
Last active
1 | call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat" |
knox / pgvector-1.sh
0 likes
0 forks
1 files
Last active
1 | cd /tmp |
2 | git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git |
3 | cd pgvector |
4 | make |
5 | make install # may need sudo |
knox / Amplication-6.sh
0 likes
0 forks
1 files
Last active
1 | # running the server component |
2 | npm run serve:server |
3 | |
4 | # running the client component |
5 | npm run serve:client |
6 | |
7 | # running the data-service-generator component |
8 | npm run serve:dsg |
9 | |
10 | # running the git-sync-manager component |
knox / Amplication-5.sh
0 likes
0 forks
1 files
Last active
1 | npm run db:migrate:deploy |
knox / Amplication-4.sh
0 likes
0 forks
1 files
Last active
1 | npm run docker:dev -- -d |
knox / Amplication-3.sh
0 likes
0 forks
1 files
Last active
1 | npm run docker:dev |
knox / Amplication-2.sh
0 likes
0 forks
1 files
Last active
1 | npm run setup:dev |
Newer
Older