Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 647 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 647 Bytes

C2DH x WW2

First, copy the .env.example file and rename it to .env. Please fill the variables according to your needs.

Important

If you use a pipeline to build and deploy the project automaticaly, don't forget to includes the above into your pipeline.

Install dependencies

In order to work or build the project, the dependencies need to be installed first.

npm install

Work on the project

npm run dev

Don't forget to install dependencies and configure your environment files.

Build the project

npm run build

Don't forget to install dependencies and configure your environment files.