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
- Host: GitHub
- URL: https://github.com/otdavies/markovjuniorfrontend
- Owner: otdavies
- Created: 2022-06-09T23:49:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T06:36:45.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T21:12:02.898Z (3 months ago)
- Language: Svelte
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.