Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 890 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 890 Bytes

Nyusu.com Heading

Practice reading real Japanese from news articles published in Japan.

Anki Integration

example anki card

Local Development

Frontend

  1. Clone the repository
git clone git@github.com:TomPlum/nyuusu.git
  1. Install NPM dependencies
npm install
  1. Run the local front-end development server. This is configured to work with a mock service worker that returns stubbed responses from APIs. See the section below to run the backend.
npm run dev

Backend

  1. Install Dependencies
cd backend | npm install
  1. Compile
npm run build
  1. Serve
npm run serve

Data Sources