Website project for Eve Online.
Temp website will be located at My website Once i feel it's ready to be "open" to the public.
To see the project on your own machine,
- git clone https://github.com/SkippTekk/biscuits-industrial-nextjs.git
cd biscuits-industrial-nextjs
npm install
npm start
and it will be in localhost port 3000
Install Docker
Run command below in a terminal to setup an empty MYSQL database
docker run --name biscuits -p 3307:3307 -e MYSQL_ROOT_PASSWORD=root -d mysql
Update Me
git switch -c <branchname>
Ensure you have your development branch selected
git checkout <branchname>
Then fetch and merge
git fetch --all
git pull --all
git rebase nextjs
.env
BISCUITS_DATABASE_URL="mysql://USER:PASS@IP:3306/biscuits"
EVEDUMP_DATABASE_URL="mysql://USER:PASS@IP:3306/evedump"
NEXTAUTH_SECRET=
NEXTAUTH_URL=http://localhost:3000
MYSQL_DATABASE=
MYSQL_USERNAME=
MYSQL_PASSWORD=
MYSQL_HOST=
EVEONLINE_CLIENT_ID=
EVEONLINE_SECRET_KEY=
STATE=
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_HOST=
MAIL_FROM=
Installation
npm i -g prisma
Push Schema to DB
npm run dbupdate