Lorem ipsum...
Note: Make sure you created .env
from .env.example
with appropriate variables.
Note: Make sure you are using correct node
, npm
and yarn
versions.
- node
v20.15.0
- npm
v10.7.0
- yarn
v1.22.22
- Clone the repo
git clone https://bitbucket.org/konsultera/mystique-agent-ui.git
- Install dependencies
yarn install
- Run development server
yarn dev
The development server will start running on: http://localhost:3000
- Run build command
yarn build
- Run start command for serving optimized build
- yarn start
The build server will start running on: http://localhost:3000
Coming soon...
- Typescript
- Next.js
- TailwindCSS
- ESlint
- Prettier
- Husky