Adarsh's portfolio website.
Built with VanillaJs & CSS without using any fancy libraries.
The current version of website adxy.dev was too complicated visually and had too much going on, so I decided to make Minima
(beta.adxy.dev).
Minima scores a perfect 100 in all fields.
Minima uses Alvu to build it's code.
- You'll need
curl
installed on your system
curl -sf https://goblin.barelyhuman.xyz/github.com/barelyhuman/alvu | sh
- You'll need go lang installed and its binary path added to your
PATH
env variable
# if go >= 1.8
go install github.com/barelyhuman/alvu
or
git clone https://github.com/barelyhuman/alvu
cd alvu
go mod tidy
go build
go install
git clone git@github.com:adxy/minima.git
cd minima
alvu -serve
The project should now be serving on https://localhost:3000
Feel free to fork it and make it your own!