This is the repository of the official website for Devriz.
This website/web-app is built using NuxtJS and Tailwind. Deployed on Netlify.
Clone the project and assuming that you have NodeJS installed on your machine already, run -
# yarn
yarn run dev # for the development server.
yarn run generate # for the production build.
# npm
npm run dev # for the development server.
npm run generate # for the production build.
If you want to improve something or maybe add something new, you can just send a pull request and if that's something that we would like to add/change, we'll be more than happy to merge it.