You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2024. It is now read-only.
2. Clone this Repository and install the dependencies
git clone https://github.com/ELIXIR-NO/elixir-no-webpages.git
cd elixir-no-webpages
pnpm i
3. Launch the local dev environment
pnpm dev
You should now be able to open your browser and navigate the the URL of the dev server.
From this point, any change you make to your files will be immediately reflected in your browser.
In rare ocations, adding files to the project (images, static content etc) might not be seen by the dev server.
If you suspect such an event, simply kill the server with ctrl + c and restart it.