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

20 lines
389 B
Markdown

Web application for [ente](https://ente.io) built with lots of ❤️ and a little bit of JavaScript.
## Getting Started
First, pull and install dependencies
```bash
git submodule update --init --recursive
yarn install
```
Then run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.