S6 is a utility for semantically searching for Java methods and classes in a global open-source code database developed by Steven P. Reiss. Read more about the project here, and access the backend repository https://github.com/StevenReiss/s6.
- Clone the repository
- Install npm packages with
npm install
- Run development build with
npm run dev
- Create a production build with
npm run build
- Start the frontend with
npm run start