Get Started
git clone https://github.com/CodeZak/saascore.gitcd saascore # enter the saascore folder
git remote remove origin # remove the remote origin
cp .env.example .env # copy the env file
npm i # install the dependencies
npm run dev # start the local next.js serverConfiguration
NodeJS Version
Last updated