This is the source code for my personal site, which is hosted at acidop.codes. I made the design as minimal as possible, and I'm very happy with it.
- Next.js for static site generation 🚀
- React for the frontend 🎨
- bootstrap for the CSS framework 🖌
- React Bootstrap for the React components 🧰
- React Markdown for rendering markdown files 📝
- Clone the repo
git clone https://github.com/AcidOP/acidop.codes.git
- Install dependencies
npm install
- Run the development server
npm run dev
- Open http://localhost:3000 with your browser to see the result.
- Edit the code and the page will update automatically.
- When you're done, run
npm run build
to build the site for production. - Deploy it on Vercel or Netlify.
- If you want to use this code for your own site, you will need to change
pages/about.jsx
,pages/contact.jsx
with your details and put your own projects inmarkdowns/projects/
.