Browse open soruce repositories that are using Slang shading language and compiler.
git clone https://github.com/wpsimon09/Slang-In-Wild.git
cd Slang-In-Wild
npm install
cp env.exampl .env
Note: Emails will not work during developemnt, by default the env is configured to work with the database provided in docker-compose
file
Note that the port used is differnt so you have to change the port when connecting to the database to 11433
sudo system ctl start docker
sudo docker compose up
Copy and run init.sql
in your favourite database manager to create database and test entires.
npm run dev