My website written with Next.js.
I'm doing a redesign over on the dev/redesign
branch, it's the deployed version on beta.theclashfruit.me.
- Install dependencies with
pnpm install
. - Copy
.env
to.env.local
and fill in the values. - Set up the database from
tools/setup.sql
if needed. - Run the development server with
pnpm run dev
. - Open http://localhost:3000 in your browser.
- Install dependencies with
pnpm install
. - Run
node tools/setup.mjs
to set up env variables and the database and build the code. - Run
pnpm start
to start the production server.
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.
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.