Skip to content

owlsua/romashko-dev

Repository files navigation

My personal terminal style website

Screenshot 2023-03-21 at 11 20 26

Running Locally

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

Contributing

Please feel free to pull requests or log issues.

Thanks!