Skip to content

vs-matsuoka/aska

Repository files navigation

aska

ci

Getting Started

Prerequisites

  • Node.js .node-version と同じバージョン
    • どの手段で導入しても良いですが、このチームでは nodenv を使うことをおすすめします
      • nodenv install でインストール可能

Run

corepack enable # エラーが出た場合は npm i -g corepack && nodenv rehash した後にもう一度実行してください
yarn
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

Commands

  • dev: runs your application on localhost:3000
  • build: creates the production build version
  • serve: runs server application for static files
  • aska-serve: runs server application for static files
  • start: starts a simple server with the build production code
  • lint: runs the linter in all components and pages
  • fix: runs the linter and fix codes
  • test: runs jest to test all components and pages
  • test:watch: runs jest in watch mode
  • generate ComponentName: to generate a component structure
  • storybook: runs storybook on localhost:6006
  • build-storybook: create the build version of storybook

Releases

No releases published

Packages

No packages published