Homr is built with the Next.js framework bootstrapped with create-next-app
utilizing the frameworks full stack features.
Make sure you have nodejs installed by running the following command:
node -v
If the output is not the version of your nodejs installation, install nodejs from here
To run application on local environment you need to install the dependencies.
npm install
To start the whole application server
npm run dev
Open http://localhost:3000 with your browser to see the result.
npm build
I used eslint for js linting, and prettier for code formating, make sure you install eslint and prettier plugins in your editor so you can see linting errors as you code and have your code formatted on save by prettier. If formatOnSave doesn't work you can google how to set up format on save for the eslint & prettier plugins in your editor 🙃
HOMR is built for the purpose of showcasing📷 my skill as web developer. HOMR Is not a real website✌️.