My personal website with a list of my projects that help people learn and web-development, and Some of my testimonials.
The website is built on Next js. See the Next js cheat-sheet for development hints.
To run the project locally in development mode on http://localhost:3000
yarn devTo run the Sanity CMS locally in development mode on http://localhost:3333
sanity startTo deploy Sanity CMS locally in development mode on
sanity deployTo build the production version of the project:
yarn buildTo do ESLint and Type checking:
npm run lint
npm run typeUse react-icons.github.io to search for available icons.
Use SASS to search for how to use.
To serve the raiyan.github.io web-site on a custom domain Raiyan.dev make sure that the main branch has vercel.json file in the root folder inside alias key with your domain value. For more details read this.
