A simple, responsive Korean & English dictionary for Korean learners.
This project uses node version 20 or greater.
Also, there are three required environment files. Please contact the admins to get a copy of the proper environment variables.
.env.production
.env.development
.env.test
- Clone the respository.
$ git clone https://github.com/BryanAM/sajeon.git
# for ssh
& git clone [email protected]:BryanAM/sajeon.git- Install the packages.
$ npm install- Start Sajeon
$ npm run devsajeon will default to port: 8080
To run with DB permissions you'll need to reach out to the owners to get access.
| Command | Description |
|---|---|
npm run:all |
Run all tests |
npm run test |
Run component tests in sajeon |
npm run test-e2e |
run all playwrite tests |
