My personal terminal style website
Clone the project
git clone https://github.com/owlsua/romashko-dev.git
Go to the project directory
cd romashko-dev
Install dependencies
npm install
Setup environment variables
Create `.env.local` and configure all the variables from `.env` for your environment.
Start the server
npm run dev
Please feel free to pull requests or log issues.
Thanks!