A community of people interested in technology and computing where we talk about programming languages, web design, infrastructure, we share doubts, we ask and we answer.
- Website: https://frontend.cafe/
- CMS Dashboard: https://frontend.cafe/studio
- Storybook: https://fec-storybook.vercel.app/
These instructions will help you install and run the project locally.
Before you run the project, make sure that you have the following tools and software installed on your computer:
- Git
- Node.js
20.8.0+
- PNPM
v8.x
- Vercel CLI
To install the project on your local machine, follow these steps:
-
Clone the repository.
git clone https://github.com/hifrontendcafe/website.git
-
Navigate to the project directory.
cd website
-
Install project dependencies by running the command:
pnpm install
-
Get the enviroment variables from Vercel.
[!NOTE] Contact an administrator to request environment variables; if you already have been granted access to the Vercel's project, just run it.
vercel env pull
[!IMPORTANT] Make sure you run it in the project directory!
-
Link the local repository with the Vercel project.
vercel link --yes -S hifrontendcafe -p website
To run the project, follow these steps:
-
Start the development server by executing the command:
pnpm run dev
-
Open a web browser and navigate to
http://localhost:3000
to view the project's home page.