------Building From Source
This guide walks you through the process of setting up Neko on your local machine or server.
Start by cloning the Neko Git repository to your machine:
Building the Frontend {#frontend}
Prerequisites for building the frontend:
Navigate to the client directory and install the dependencies:
The npm run build command will create a production build of the frontend in the client/build directory.
Building the Server {#server}
Prerequisites for building the server:
go (version 1.18 or higher)
Dependencies for building the server:
Navigate to the server directory and build the server:
This will create a binary file named neko in the bin directory along with plugins that were built with the server.