An open API service indexing awesome lists of open source software.

https://github.com/otdavies/markovjuniorfrontend

Standalone frontend for MarkovJunior
https://github.com/otdavies/markovjuniorfrontend

Last synced: 2 months ago
JSON representation

Standalone frontend for MarkovJunior

Awesome Lists containing this project

README

        

# MarkovJuniorFrontend
Why? Because a frontend would be nice.

## Running the Project
Pulled the project and install dependencies with `npm install` (or `pnpm install` or `yarn`)

**To start a development server:**
```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building
To create a production version of your app:

```bash
npm run build
```
You can preview the production build with `npm run preview`.