Skip to content

alirafli/DelosNews

Repository files navigation

DelosNews


How to install the website on local machines

First, clone this repo:

git clone https://github.com/alirafli/DelosNews.git

open project folder on your code editor and run this command:

npm install

change the .env.example to .env.local and ask the owner for the code.

- .env.example
+ .env.local

after you got the .env code, put the code inside the .env.local.

run this command to start project on your machine (local)

npm run dev

Open http://localhost:3000 with your browser to see the result.

Deploy result

access https://www.delosnews.site/ if you want to see the result!

Tech Stack

Frontend
  - NextJs

Database
  - Firebase

Design System
- Tailwind

Thank you!