1.2 KiB
1.2 KiB
title | order |
---|---|
Setting up the development environment | 100 |
Open a terminal and enter the following command:
npx @freesewing/new-design
You'll be asked some questions, use these answers:
- What template would you like to use?: Pick the default
From scratch
- What name would you like the design to have: Enter
bib
- What package manager do you use?: Pick
npm
unless you are certain you haveyarn
installed
After you've answered these questions, files will be copied, dependencies installed, and components downloaded.
This will take a few minutes because we're loading some software for your development environment.
When it's ready, enter the bib
directory that was just created and run npm run dev
:
cd bib
npm run dev
Or if you chose to use Yarn as package manager:
cd bib
yarn start
Now open your browser at http://localhost:8000
If all goes well, you should see this landing page:
Need help?
If you run into any issues, join our chatroom and we'll figure it out together.