Welcome to the source code for Sofia Sukhinina's professional website. This project was originally scaffolded with Lovable, but is now maintained and developed by me (with a big help from Cursor!).
This is a personal/professional site for Sofia Sukhinina, a technical recruiter specializing in Web3, blockchain, and engineering-driven teams. The site showcases experience, testimonials, and ways to get in touch.
Live site: https://www.noshamerecruiter.xyz/
- Vite — lightning-fast build tool
- React — UI library
- TypeScript — type safety
- Tailwind CSS — utility-first CSS
- shadcn/ui — modern React UI components
To run the project locally, you'll need Node.js and Yarn (or npm) installed.
git clone <YOUR_GIT_URL>
cd <YOUR_PROJECT_NAME>yarn install
# or
npm installyarn dev
# or
npm run devThe site will be available at http://localhost:8080 (or as indicated in your terminal).
This project is easily deployable to Netlify or any static hosting provider.
- Build command:
yarn buildornpm run build - Publish directory:
dist
- Connect your GitHub repo to Netlify.
- Set the build command and publish directory as above.
- Deploy!
Feel free to fork, clone, and adapt this project for your own use. PRs and suggestions are welcome!
This project is for personal/professional use. For reuse or questions, please contact me!