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 pnpmTo run the app locally, make sure the project's local dependencies are installed:
pnpm installCheck if the build is fine. This als be used to build the app for production.
pnpm build
# remix buildThen try to run the app in production mode:
pnpm startFinally, develop the app while running the development server:
pnpm dev --turboOpen http://localhost:3000 and it's ready!