Skip to content

n2pm/notnetcoin

Repository files navigation

notnetcoin

to the moon

setup

$ sudo -u postgres psql
postgres=# create database notnetcoin;
postgres=# create user notnetcoin with password 'deeznuts47';
postgres=# grant all privileges on database notnetcoin to notnetcoin;
postgres=# alter user notnetcoin createdb;
postgres=# \q

$ cp .env.example .env
$ $EDITOR .env

$ pnpm i
$ pnpx prisma generate
$ pnpx prisma migrate deploy
$ pnpx tsc

$ node ./dist/index

then generate a url in discord with the identify scope and the redirect url set to what you put in .env

About

to the moon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published