My website written with Next.JS. https://theclashfruit.me
Go to file
TheClashFruit 0bdf3b4555
feat: add web vitals
2024-03-30 14:54:01 +01:00
components feat: add web vitals 2024-03-30 14:54:01 +01:00
lib feat: add web vitals 2024-03-30 14:54:01 +01:00
pages feat: add web vitals 2024-03-30 14:54:01 +01:00
public feat: neofox emojis 2024-03-29 11:18:49 +01:00
styles feat: projects stuff 2024-03-30 13:40:57 +01:00
tools feat: add web vitals 2024-03-30 14:54:01 +01:00
.env feat: a lot of stuff 2024-01-27 19:55:20 +01:00
.eslintrc.json feat: some posts stuff 2024-02-02 23:06:02 +01:00
.gitignore feat: add redesign source 2024-01-19 22:10:57 +01:00
LICENSE Initial commit 2023-07-21 13:48:35 +02:00
README.md Update Website! (#1) 2024-02-25 18:12:20 +01:00
jsconfig.json feat: add source 2023-07-22 13:49:24 +02:00
next.config.js feat: projects stuff 2024-03-30 13:40:57 +01:00
package.json feat: add auth api 2024-03-29 12:43:56 +01:00
pnpm-lock.yaml feat: add auth api 2024-03-29 12:43:56 +01:00

README.md

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.