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 dev
To run the Sanity CMS locally in development mode on http://localhost:3333
sanity start
To deploy Sanity CMS locally in development mode on
sanity deploy
To build the production version of the project:
yarn build
To do ESLint and Type checking:
npm run lint
npm run type
Use 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.