Simple and quick way to batch check domain availability at RegistroBR.
Português • Layout • Technologies • Accessibility • Docker • Running Locally
- Next.js - React Framework
- React
- Typescript
- Sass - Styles
- Zustand - React State Manager
- Sheetjs - Handle Spreadsheets
- Jest - Test
- ESlint - Linter
- Prettier - Code Formatter
- Husky - GitHooks
- commitlint - Lint Commit Messages
💻 Development with Docker
./dev
allows you to quickly run a development server and execute commands inside Docker container.
./dev start
./dev stop
./dev
To make it easier to run the commands, you can add the following alias to your ~/.bashrc
, ~/.profile
, or ~/.zshrc
file.
alias dev='./dev'
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.