This is the repository for the "Blockchain na Escola" project.
It was built with Next JS, using typescript and is published using Vercel.
- Multi Language Support -- By using an implementation of i18n for React and Next JS.
- Tailwind CSS -- Styling for this project was made using Tailwind CSS. -- Dark Theme -- Mobile Ready
- Contact Form Integration -- For contact form integration, we are using COURRIER, checkout Sending emails with NODE JS and Courrier
To run it locally you should copy the contents of the file .env.example and create a .env file, making sure to fill in the values for those keys.
First, install the depencies by running:
npm install
# or
yarn
And then you can run the development server with:
npm run dev
# or
yarn dev
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.