https://github.com/nderousseaux/learn-japanese
attempt of benjamin code's "learn Japanese" challenge
https://github.com/nderousseaux/learn-japanese
challenge vitejs web
Last synced: 12 days ago
JSON representation
attempt of benjamin code's "learn Japanese" challenge
- Host: GitHub
- URL: https://github.com/nderousseaux/learn-japanese
- Owner: nderousseaux
- Created: 2023-05-24T12:43:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T15:39:00.000Z (over 2 years ago)
- Last Synced: 2025-02-12T18:34:55.660Z (over 1 year ago)
- Topics: challenge, vitejs, web
- Language: SCSS
- Homepage:
- Size: 50.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learn-japanese
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run dev
# build preview
$ npm run preview
# build
$ npm run build
```