Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 2.51 KB

README.md

File metadata and controls

56 lines (38 loc) · 2.51 KB

Website Banner

Website

Issues Pull Requests Website License (Apache 2.0)

My website written with Next.js.

New Version!

I'm doing a redesign over on the dev/redesign branch, it's the deployed version on beta.theclashfruit.me.

Developing

  1. Install dependencies with pnpm install.
  2. Copy .env to .env.local and fill in the values.
  3. Set up the database from tools/setup.sql if needed.
  4. Run the development server with pnpm run dev.
  5. Open http://localhost:3000 in your browser.

Deploying

  1. Install dependencies with pnpm install.
  2. Run node tools/setup.mjs to set up env variables and the database and build the code.
  3. Run pnpm start to start the production server.

Contributing

Feel free to contribute, just make sure you are following design patterns I used and use Conventional Commits for commit messages. If you find any issues on my site please open an issue, so I can fix them. If you have any other questions you can join my Discord server at discord.gg/CWEApqJ6rc.

License

Copyright 2023 - 2024 TheClashFruit

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.