ente/README.md
2021-07-28 14:37:52 +05:30

389 B

Web application for ente built with lots of ❤️ and a little bit of JavaScript.

Getting Started

First, pull and install dependencies

git submodule update --init --recursive
yarn install

Then run the development server:

npm run dev
# or
yarn dev

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