- Clone the repo:
git clone https://github.com/daniellok/decrypto.git
- Open the directory:
cd decrypto
- Install dependencies:
npm install
- Build the client:
npm run build
- Run the server:
npm run start
At this point the server should be started at http://localhost:3000
!
If you modify the client files (i.e. anything inside src/client
), make sure to run npm run build
again in order to see the changes.
- Run the type-checker and fix any problems:
npm run flow
- Run the auto-formatter:
npm run prettier