Skip to content

Simple application to display the importants news and weather for germany

License

Notifications You must be signed in to change notification settings

MadMax2506/news-center

Repository files navigation

🛠️ Setup

Clone the repo and install dependencies:

git clone --depth 1 --branch main [email protected]:MadMax2506/news-center.git news-center
cd news-center
npm i -g pnpm vite
pnpm i

🔩 Starting Development

  1. Copy .env.sample to .env
  2. Start the app in the dev environment:
pnpm i
pnpm start:dev

💻 Starting Production

Start the app in the prod environment:

pnpm i
pnpm build
pnpm start:prod

About

Simple application to display the importants news and weather for germany

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published