shimane-u-fest-map

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

README.md (2061B)


      1 # 【非公式】島根大学祭オンラインマップ Shimane-u-fest-map
      2 島根大学祭の非公式オンラインマップを公開しました。
      3 URLは https://shimane-u-fest-map.pages.dev
      4 模擬店やイベント、ステージのタイムテーブルなどを確認できるようになっています。
      5 ※非公式マップのため、情報に誤りがある場合があります。間違いを見つけたらissueを立てるなり、連絡するなりしてください。
      6 
      7 # for developers
      8 - launch pull request before push (even push dev)
      9 - use dev branch for development
     10 - respect each other
     11 
     12 This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
     13 
     14 ## Getting Started
     15 
     16 First, run the development server:
     17 
     18 ```bash
     19 npm run dev
     20 # or
     21 yarn dev
     22 # or
     23 pnpm dev
     24 # or
     25 bun dev
     26 ```
     27 
     28 Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
     29 
     30 You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
     31 
     32 This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
     33 
     34 ## Learn More
     35 
     36 To learn more about Next.js, take a look at the following resources:
     37 
     38 - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
     39 - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
     40 
     41 You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
     42 
     43 ## Deploy on Vercel
     44 
     45 The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
     46 
     47 Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.