Skip to content

The End Poem is a freehand poem written by musician Julian Gough that appears when the player finishes minecraft, before the credits. It has been in the public domain, under the CC0 1.0 Universal (CC0 1.0) Public Domain Dedication, since 2022.

License

ArthurSegato/EndPoem

Repository files navigation

Website Uptime HSTS Status Mozilla HTTP Observatory Vercel Production Deployment Vercel Preview Deployment

The End Poem is a freehand poem written by musician Julian Gough that appears when the player finishes minecraft, before the credits. It has been in the public domain, under the CC0 1.0 Universal (CC0 1.0) Public Domain Dedication, since 2022.

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on deploying the project on a live system.

Prerequisites

Requirements for the software and other tools to build, test and push.

Environment variables required to run this project:

WEBHOOK_DISCORD=""

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Deployment

This project is automatically deployed on the Vercel Edge network. However, if it is necessary to deploy it in another environment, adjust or completely remove, the Nitro preset configuration on nuxt.config.ts, based on the deployment environment you intend to use.

nitro: {
  /* Preset for vercel */
  preset: "vercel-edge",
},

Refer to the deployment page in the Nuxt 3 documentation for guidance.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

External Assets

Below is a list of all the external assets used in the development of this website with their respective licenses.

Data protection legislations (GDPR, LGPD and others)

By acessing theendpoem.com, there is one occasion where user data is collected, it happens when the user inputs any text into the name field and submit it. In this case, the content entered into "name" field is directly sent to a text channel on my personal Discord server, accessible only by me (as illustrated below), via a webhook.

My Discord private server

If the user wishes to delete their name, they can simply reach out to me through any available channel on my GitHub profile or personal website.

Special Thanks

To all those who generously donated and supported me in sustaining this project:

About

The End Poem is a freehand poem written by musician Julian Gough that appears when the player finishes minecraft, before the credits. It has been in the public domain, under the CC0 1.0 Universal (CC0 1.0) Public Domain Dedication, since 2022.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project