Skip to content

swlkr/askjanet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

askjanet

A q & a site for janet

If you're going to run this, make sure you drop a .env file in the root (the same folder as project.janet) that looks like this:

ENCRYPTION_KEY=<encryption key>
JOY_ENV=development
DATABASE_URL=<your database name>.sqlite3
MAILGUN_API_KEY=<your mailgun api key>
MAILGUN_BASE_URL=https://api.mailgun.net/v3/
MAILGUN_DOMAIN=<your mailgun domain>

<encryption key>

This is a hex encoded cipher encryption key, go ahead and generate one from a janet repl with:

(import cipher)

(cipher/encryption-key)

The rest of the <> stuff is largely up to you.

Happy hacking!

About

A question and answer site for janet

Topics

Resources

License

Stars

Watchers

Forks