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.
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.
Requirements for the software and other tools to build, test and push.
- Bun v1.1.8 or above
Environment variables required to run this project:
WEBHOOK_DISCORD=""
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun dev
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
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.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Julian Gough - Author of the End Poem - juliangough.com
- Arthur Segato - Author of this project - seh-GAH-toh
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Below is a list of all the external assets used in the development of this website with their respective licenses.
- BootStrapp Icons (MIT)
- Animista (FreeBSD)
- Nothing You Could Do (Open Font License)
- Open Sans (Open Font License)
- Menu Button (?)
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.
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.
To all those who generously donated and supported me in sustaining this project:
- Laura Newman, for helping with the project costs.
- Eric Schneider, for fixing my spelling mistakes.
- Ria, for fixing my coloring mistakes.