Jelajah Amaliah website platform is a 🚧 Work in Progress.
Check out:
- RFC: 0001-jelajah-agi
- Repo: https://github.com/fikrialwan/jelajah-agi
- Web Staging: https://jelajah-agi-stg.vercel.app/
Use pnpm to improve productivity and replace npm, so make sure pnpm is installed:
npm i -g pnpm
To run the app locally, make sure the project's local dependencies are installed:
pnpm install
Check if the build is fine. This als be used to build the app for production.
pnpm build
# remix build
Then try to run the app in production mode:
pnpm start
Finally, develop the app while running the development server:
pnpm dev --turbo
Open http://localhost:3000 and it's ready!