Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangJournal

Build status

📕 A personal language learning journal.

Screenshot of the home page

Disclaimer

This project is no longer being maintained.

Sections

Changelog

All releases are documented in the project's changelog.

Development

Setup

Installing packages

npm install

Creating environment variables

The server uses cookie-session, Google Sign-In, and mLab, all of which require one or more environment variables; they must be set in a non-versioned .env file, following the template below.

COOKIE_SESSION_SECRET=...

GOOGLE_OAUTH_CLIENT_ID=...

GOOGLE_OAUTH_CLIENT_SECRET=...

MONGO_DB_DATABASE_NAME=...

MONGO_DB_URI=...

Building and running

Development mode

npm run dev

Production mode

npm run prod

Format checking

npm run checkFormatting

Linting

npm run lint

Releasing (and publishing)

Patches

npm run release

Minors

npm run release minor

Majors

npm run release major

Type checking

npm run checkTyping

Acknowledgements

License

MPL 2.0

About

📕 A personal language learning journal.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages