We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38df552 commit 6b8d6c1Copy full SHA for 6b8d6c1
Makefile
@@ -6,8 +6,6 @@ setup:
6
if [ ! `command -v bun` ]; then echo 'ERR: Bun is required!'; exit 1; fi
7
make sync
8
bunx husky
9
- cd web; if [ ! -f .env ]; then cp ./.env.sample ./.env ; fi
10
- cd server; if [ ! -f .env.dev ]; then cp ./.env.sample ./.env.dev ; fi
11
@echo "auto setup is done. now do:"
12
@echo "- edit server/.env.dev"
13
@echo "- edit web/.env"
web/app/tutorial/page.tsx
@@ -9,7 +9,6 @@ import "swiper/css/pagination";
import Link from "next/link";
import Header from "~/components/Header";
-// TODO: 画像表示の参照を直す
const tutorialSteps = [
14
{
15
label: "CourseMateの使い方",
0 commit comments