henkaku-center / henkaku-nengajo-frontend

https://nengajo.henkaku.org/
8 stars 14 forks source link

henkaku-nengajo-frontend

This is the frontend for HENKAKU Nengajo. It is a Next.js project.

How to run the project locally

First, install the dependencies:

yarn

Second, run the development server:

yarn dev

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

For some features, you will need to provide environment variables to Next. Please see below.

Next.js resources

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Environment variables

Create a copy of .env.sample, name it .env.local, and replace the information as needed. Note that not all variables need to be populated.

On collaborating

Henkaku is not a completely open community and, while this is an open source project, many communications about the project as well as the tokens to operate it are only shared among community members.

This site is hosted on Vercel, and preview sites are automatically created for each new pull request. However, if the PR comes from a forked repo, the preview deployment will need to be approved by a maintainer. Please wait for us to notice the PR or talk to us over Discord.

Check out our Next.js deployment documentation for more details.